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',