diff options
| author | Ian Bicking <ianb@colorstudy.com> | 2010-04-20 12:05:12 -0500 |
|---|---|---|
| committer | Ian Bicking <ianb@colorstudy.com> | 2010-04-20 12:05:12 -0500 |
| commit | 79cc5cac4560f6f6f92f48a79b7542db2cf80c1b (patch) | |
| tree | debafc812c88eaf06ff12850756bacddab88652c | |
| parent | eed0c2665f196ceb8726d3d97b4ca4989b4fe15f (diff) | |
| download | paste-1.7.3.1.tar.gz | |
update versions for release1.7.3.1
| -rw-r--r-- | docs/conf.py | 2 | ||||
| -rw-r--r-- | docs/news.txt | 7 | ||||
| -rw-r--r-- | setup.py | 2 |
3 files changed, 7 insertions, 4 deletions
diff --git a/docs/conf.py b/docs/conf.py index 9b186dd..dd124f0 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.3' +release = '1.7.3.1' # 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 0384bad..7ff0529 100644 --- a/docs/news.txt +++ b/docs/news.txt @@ -3,12 +3,15 @@ News .. contents:: -hg tip ------- +1.7.3.1 +------- * Removed directory name from 404 errors in :class:`paste.urlparser.StaticURLParser`. +* Fixed packaging to include Javascript and images for + :mod:`paste.evalexception` + 1.7.3 ----- @@ -2,7 +2,7 @@ # revision (set to True for real releases) RELEASE = False -__version__ = '1.7.3' +__version__ = '1.7.3.1' from setuptools import setup, find_packages import sys, os |
