summaryrefslogtreecommitdiff
path: root/wiki
diff options
context:
space:
mode:
authormshields@google.com <mshields@google.com@09200d28-7f98-11dd-ad27-0f66e57d2035>2008-10-27 08:02:33 +0000
committermshields@google.com <mshields@google.com@09200d28-7f98-11dd-ad27-0f66e57d2035>2008-10-27 08:02:33 +0000
commit2b791c0f75afe104bc52aa03a28eb65fd99409f4 (patch)
treeba3487b89964086a840a8bcd7cbc726ca9bcfc77 /wiki
parent5c66399255c246887698a8ba5b141562c40c6abf (diff)
downloadipaddr-py-2b791c0f75afe104bc52aa03a28eb65fd99409f4.tar.gz
Edited wiki page through web user interface.
git-svn-id: https://ipaddr-py.googlecode.com/svn@23 09200d28-7f98-11dd-ad27-0f66e57d2035
Diffstat (limited to 'wiki')
-rw-r--r--wiki/Releasing.wiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiki/Releasing.wiki b/wiki/Releasing.wiki
index 3dc1ca5..b636778 100644
--- a/wiki/Releasing.wiki
+++ b/wiki/Releasing.wiki
@@ -12,7 +12,7 @@ To do work on the release branch: `svn switch https://ipaddr-py.googlecode.com/s
# 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 release notes in the wiki.
+ # 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.
# Label the release `Featured` and remove that tag from the previous release. Files with this label will appear on the project front page in a green box.