diff options
| -rw-r--r-- | docs/conf.py | 2 | ||||
| -rw-r--r-- | docs/news.txt | 4 | ||||
| -rw-r--r-- | setup.cfg | 4 |
3 files changed, 3 insertions, 7 deletions
diff --git a/docs/conf.py b/docs/conf.py index d97f612..9b186dd 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -42,7 +42,7 @@ copyright = '2008, Ian Bicking' # The short X.Y version. version = '1.7' # The full version, including alpha/beta/rc tags. -release = '1.7.2' +release = '1.7.3' # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: diff --git a/docs/news.txt b/docs/news.txt index ceaaab8..1aa885e 100644 --- a/docs/news.txt +++ b/docs/news.txt @@ -3,8 +3,8 @@ News .. contents:: -svn trunk ---------- +1.7.3 +----- * I got a fever and the only prescription is more :mod:`paste.cowbell`! @@ -1,7 +1,3 @@ -[egg_info] -tag_build = dev -tag_svn_revision = true - [global] command_packages = buildutils.pudge_command, buildutils.publish_command |
