diff options
| -rw-r--r-- | docs/conf.py | 2 | ||||
| -rw-r--r-- | docs/news.txt | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py index 3e15f7f..9d58c66 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' +release = '1.7.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 cfa5146..8bdd852 100644 --- a/docs/news.txt +++ b/docs/news.txt @@ -3,8 +3,8 @@ News .. contents:: -svn trunk ---------- +1.7.1 +----- * Normalize and make absolute the paths passed to :class:`paste.urlparser.StaticURLParser` (before passing a |
