diff options
-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 |