From 1ec83d907b664f6eb113e7e05ff26b650b3978a3 Mon Sep 17 00:00:00 2001
From: Chris McDonough <chrism@agendaless.com>
Date: Thu, 25 Jun 2009 07:30:34 +0200
Subject: [PATCH] Back to dev.

---
 docs/conf.py |    4 ++--
 setup.py     |    2 +-
 CHANGES.txt  |    5 +++++
 3 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index 253fc66..cf9df4d 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,6 +2,11 @@
 repoze.who changes
 ==================
 
+Next release
+============
+
+- ...
+
 1.0.15 (2009/06/25)
 ===================
 
diff --git a/docs/conf.py b/docs/conf.py
index f0a2916..0891be8 100644
--- a/docs/conf.py
+++ b/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:
diff --git a/setup.py b/setup.py
index 84f90d0..675c793 100644
--- a/setup.py
+++ b/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()

--
Gitblit v1.9.3