diff options
| author | mshields@google.com <mshields@google.com@09200d28-7f98-11dd-ad27-0f66e57d2035> | 2009-05-30 03:00:39 +0000 |
|---|---|---|
| committer | mshields@google.com <mshields@google.com@09200d28-7f98-11dd-ad27-0f66e57d2035> | 2009-05-30 03:00:39 +0000 |
| commit | c13f57bc3dee49c19eea0fa6b00258d65668f6a0 (patch) | |
| tree | c1c93ac1a92ffa59b726dafb43dd320d2cd5d9e2 /wiki | |
| parent | 6afbb5631c16a823b7085c6985f8967f7a35b569 (diff) | |
| download | ipaddr-py-c13f57bc3dee49c19eea0fa6b00258d65668f6a0.tar.gz | |
Edited wiki page through web user interface.
git-svn-id: https://ipaddr-py.googlecode.com/svn@75 09200d28-7f98-11dd-ad27-0f66e57d2035
Diffstat (limited to 'wiki')
| -rw-r--r-- | wiki/Releasing.wiki | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wiki/Releasing.wiki b/wiki/Releasing.wiki index 9b22ae4..874814b 100644 --- a/wiki/Releasing.wiki +++ b/wiki/Releasing.wiki @@ -10,8 +10,9 @@ 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. # 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/trunk https://ipaddr-py.googlecode.com/svn/tags/1.0.0` + # 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. # Prepare tarball: `./setup.py sdist`. It will appear in `./dist`. # Create a [http://code.google.com/p/ipaddr-py/downloads/entry new download] on Google Code. |
