From a7cb984163dbd78f064510aad5f49f3aeac58242 Mon Sep 17 00:00:00 2001 From: Charles Leifer Date: Tue, 19 Nov 2013 05:58:13 -0600 Subject: [PATCH] Version bump. --- docs/conf.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index a1280467c..3fd57b360 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -50,9 +50,9 @@ # built documents. # # The short X.Y version. -version = '2.1.5' +version = '2.1.6' # The full version, including alpha/beta/rc tags. -release = '2.1.5' +release = '2.1.6' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index e97860b7c..c4a3c3223 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='peewee', - version="2.1.5", + version='2.1.6', description='a little orm', long_description=readme, author='Charles Leifer',