Chris McDonough
2009-06-17 224a2c11c0bdaeea6654d34155988b5341b0e340
Prep for release.

3 files modified
10 ■■■■ changed files
CHANGES.txt 4 ●●●● patch | view | raw | blame | history
docs/conf.py 4 ●●●● patch | view | raw | blame | history
setup.py 2 ●●● patch | view | raw | blame | history
CHANGES.txt
@@ -2,8 +2,8 @@
repoze.who changes
==================
After 1.0.13
============
1.0.14 (2009/06/17)
===================
- Fix test breakage on Windows.  See http://bugs.repoze.org/issue79 .
docs/conf.py
@@ -51,9 +51,9 @@
# other places throughout the built documents.
#
# The short X.Y version.
version = '1.0.13'
version = '1.0.14'
# The full version, including alpha/beta/rc tags.
release = '1.0.13'
release = '1.0.14'
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
setup.py
@@ -19,7 +19,7 @@
from setuptools import setup, find_packages
__version__ = '1.0.13'
__version__ = '1.0.14'
here = os.path.abspath(os.path.dirname(__file__))
README = open(os.path.join(here, 'README.txt')).read()