Chris McDonough
2009-06-25 1ec83d907b664f6eb113e7e05ff26b650b3978a3
Back to dev.


3 files modified
11 ■■■■ changed files
CHANGES.txt 5 ●●●●● 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,6 +2,11 @@
repoze.who changes
==================
Next release
============
- ...
1.0.15 (2009/06/25)
===================
docs/conf.py
@@ -51,9 +51,9 @@
# other places throughout the built documents.
#
# The short X.Y version.
version = '1.0.15'
version = '1.0.16dev'
# The full version, including alpha/beta/rc tags.
release = '1.0.15'
release = '1.0.16dev'
# 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.15'
__version__ = '1.0.16dev'
here = os.path.abspath(os.path.dirname(__file__))
README = open(os.path.join(here, 'README.txt')).read()