From d0059771fbd15a89f320147db542ddf76bee6c46 Mon Sep 17 00:00:00 2001 From: Charles Leifer Date: Sun, 20 Apr 2014 19:41:56 -0500 Subject: [PATCH] Version bump --- docs/conf.py | 4 ++-- peewee.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 9c3765db6..2684be87b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -50,9 +50,9 @@ # built documents. # # The short X.Y version. -version = '2.2.2' +version = '2.2.3' # The full version, including alpha/beta/rc tags. -release = '2.2.2' +release = '2.2.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/peewee.py b/peewee.py index f6f77e975..739699629 100644 --- a/peewee.py +++ b/peewee.py @@ -22,7 +22,7 @@ from functools import wraps from inspect import isclass -__version__ = '2.2.2' +__version__ = '2.2.3' __all__ = [ 'BareField', 'BigIntegerField',