diff options
author | Ian Bicking <ianb@colorstudy.com> | 2010-09-14 11:00:53 -0500 |
---|---|---|
committer | Ian Bicking <ianb@colorstudy.com> | 2010-09-14 11:00:53 -0500 |
commit | e3e4c6ae228ab49de3c1e90b1f993f28b32afa15 (patch) | |
tree | 93d7b1da5d84cec7f388fee62978ef768e86b5c4 | |
parent | 13af02868e92e1fca24985c1b341aab23f9bfc58 (diff) | |
download | paste-1.7.5.tar.gz |
versions for release1.7.5
-rw-r--r-- | docs/conf.py | 2 | ||||
-rw-r--r-- | docs/news.txt | 4 | ||||
-rw-r--r-- | setup.py | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/docs/conf.py b/docs/conf.py index 64a5b4c..90e64d6 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.4' +release = '1.7.5' # 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 9c58f63..2189a32 100644 --- a/docs/news.txt +++ b/docs/news.txt @@ -3,8 +3,8 @@ News .. contents:: -tip ---- +1.7.5 +----- * Won't install ``tests/`` directory (also caused installation problems on some Mac systems). @@ -2,7 +2,7 @@ # revision (set to True for real releases) RELEASE = False -__version__ = '1.7.4' +__version__ = '1.7.5' from setuptools import setup, find_packages import sys, os |