diff --git a/docs/conf.py b/docs/conf.py index 2684be87b..b431209df 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -50,9 +50,9 @@ # built documents. # # The short X.Y version. -version = '2.2.3' +version = '2.2.4' # The full version, including alpha/beta/rc tags. -release = '2.2.3' +release = '2.2.4' # 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 abfbfc0b2..f74e17aef 100644 --- a/peewee.py +++ b/peewee.py @@ -22,7 +22,7 @@ from functools import wraps from inspect import isclass -__version__ = '2.2.3' +__version__ = '2.2.4' __all__ = [ 'BareField', 'BigIntegerField',