summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormshields@google.com <mshields@google.com@09200d28-7f98-11dd-ad27-0f66e57d2035>2011-02-09 23:34:55 +0000
committermshields@google.com <mshields@google.com@09200d28-7f98-11dd-ad27-0f66e57d2035>2011-02-09 23:34:55 +0000
commit82702a9402f6a14839268516ab19a835f935c537 (patch)
treeb399167019cd68f162ea15060b52498d3b1319af
parentd4235c4031eaba4f4430d2320e02e68a4ec95c13 (diff)
downloadipaddr-py-82702a9402f6a14839268516ab19a835f935c537.tar.gz
Edited wiki page Releasing through web user interface.
git-svn-id: https://ipaddr-py.googlecode.com/svn@209 09200d28-7f98-11dd-ad27-0f66e57d2035
-rw-r--r--wiki/Releasing.wiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiki/Releasing.wiki b/wiki/Releasing.wiki
index c730a79..2014d8e 100644
--- a/wiki/Releasing.wiki
+++ b/wiki/Releasing.wiki
@@ -10,7 +10,7 @@ If preparing for a micro release, first switch your client to the release branch
== Actually making a release ==
- # Run `./ipaddr_test.py' to double-check that everything passes.
+ # Run `python2.4 ipaddr_test.py; python2.6 ipaddr_test.py' to double-check that everything passes.
# Update `__version__` in ipaddr.py to a string like `'1.0.0'`, and commit to the release branch.
# Tag the version: `svn copy -m'Tagging 1.0.0 release' https://ipaddr-py.googlecode.com/svn/branches/1.0.x https://ipaddr-py.googlecode.com/svn/tags/1.0.0`
# Write ReleaseNotes in the wiki.