diff options
| -rw-r--r-- | NEWS | 3 | ||||
| -rw-r--r-- | README | 7 |
2 files changed, 10 insertions, 0 deletions
@@ -8,6 +8,9 @@ IN DEVELOPMENT IMPROVEMENTS ~~~~~~~~~~~~ +1.0.0 +~~~~~ + * Unitest2 test suites are properly absorbed and optimised now. (Robert Collins) @@ -258,3 +258,10 @@ FAQ I guess you should arrange for a single instance to be held in an appropriate module scope, then referenced by the test classes that want to share it. + +Releasing +========= + +1. Add a section to NEWS (after In Development). +2. git tag -s +3. python setup.py sdist bdist_wheel upload -s |
