Skip to content

Commit 0937472

Browse files
authored
Add note to README about how 2.x is feature complete (#1455)
* Add note to README about how 2.x is feature complete * Try to replace symbol with emoji
1 parent 164d63b commit 0937472

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ applications. It provides a simple API which is an extension of Python's built-i
2525
of cmd to make your life easier and eliminates much of the boilerplate code which would be necessary
2626
when using cmd.
2727

28+
> :warning: **cmd2 is now "feature complete" for the `2.x` branch and is actively working on the
29+
> 3.0.0 release on the `main` branch. New features will only be addressed in 3.x moving forwards. If
30+
> need be, we will still fix bugs in 2.x.**
31+
2832
## The developers toolbox
2933

3034
![system schema](https://raw.githubusercontent.com/python-cmd2/cmd2/main/.github/images/graph.drawio.png)

0 commit comments

Comments
 (0)