Skip to content

Commit 760154a

Browse files
committed
-
1 parent ec965af commit 760154a

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

README.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ The Python Toolbox is released under the MIT license.
2727

2828
# Not backward-compatible yet #
2929

30-
Please keep in mind that Python Toolbox is still in alpha stage, and that backward compatibility would *not* be maintained in this phase.
30+
Backward compatibility is currently *not* maintained. If you're using Python Toolbox in your code and you want to upgrade to a newer version of Python Toolbox, you'll need to ensure that all the calls to Python Toolbox aren't failing. (A good test suite will usually do the trick.)
3131

3232

3333
# Roadmap #
3434

3535
## Present ##
3636

37-
Python Toolbox is at version 0.9.2, which is an alpha release. It's being used in production every day, but backward compatibility isn't guaranteed yet.
37+
Python Toolbox is at version 0.9.2. It's being used in production every day, but backward compatibility isn't guaranteed yet.
3838

3939
## Next tasks ##
4040

setup.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,6 @@ def get_packages():
9797
little tools.
9898
9999
100-
Please keep in mind that Python Toolbox is still in alpha stage, and that
101-
backward compatibility would *not* be maintained in this phase.
102-
103100
Documentation: http://python-toolbox.readthedocs.org
104101
105102
Python Toolbox on GitHub: https://github.com/cool-RR/python_toolbox
@@ -122,8 +119,8 @@ def get_packages():
122119
Present
123120
-------
124121
125-
Python Toolbox is at version 0.9.2, which is an alpha release. It's being used
126-
in production every day, but backward compatibility isn't guaranteed yet.
122+
Python Toolbox is at version 0.9.2. It's being used in production every day,
123+
but backward compatibility isn't guaranteed yet.
127124
128125
Next tasks
129126
----------

0 commit comments

Comments
 (0)