summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Bicking <ian@ianbicking.org>2010-03-31 13:08:26 -0500
committerIan Bicking <ian@ianbicking.org>2010-03-31 13:08:26 -0500
commitcf7f906486a8b0d404980c997abfc22280c349e3 (patch)
treeb645d3d21268131944e50fa0a4d1508e78218cbf
parent0614bdea9f80e7a763edfddf563c1a1576b76ab9 (diff)
downloadpaste-git-1.7.3.tar.gz
update news for release1.7.3
-rw-r--r--docs/conf.py2
-rw-r--r--docs/news.txt4
-rw-r--r--setup.cfg4
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`!
diff --git a/setup.cfg b/setup.cfg
index 3ab11d9..26ac58a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,7 +1,3 @@
-[egg_info]
-tag_build = dev
-tag_svn_revision = true
-
[global]
command_packages = buildutils.pudge_command, buildutils.publish_command