summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2015-12-07 16:07:17 +1300
committerRobert Collins <robertc@robertcollins.net>2015-12-07 16:07:17 +1300
commit178239ac001b5909e87da62a18e22f0b876ea834 (patch)
treed727fa5eaab60f3d772f16ba00b7d427e76b1d1e
parent2ca541bb803c5b9b2d73a1aebc7a1ae7f7caf31a (diff)
downloadtestresources-git-178239ac001b5909e87da62a18e22f0b876ea834.tar.gz
1.0.1.0.0
-rw-r--r--NEWS3
-rw-r--r--README7
2 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6b14b0e..fa0ff40 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,9 @@ IN DEVELOPMENT
IMPROVEMENTS
~~~~~~~~~~~~
+1.0.0
+~~~~~
+
* Unitest2 test suites are properly absorbed and optimised now.
(Robert Collins)
diff --git a/README b/README
index 3d3ae7f..a90025f 100644
--- a/README
+++ b/README
@@ -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