diff --git a/dbtemplates/__init__.py b/dbtemplates/__init__.py index 3d7f135..fcc819f 100644 --- a/dbtemplates/__init__.py +++ b/dbtemplates/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 1, 0, "f", 0) # following PEP 386 +VERSION = (1, 1, 1, "f", 0) # following PEP 386 DEV_N = None diff --git a/docs/conf.py b/docs/conf.py index 4b4c5c5..9aa6f16 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -47,7 +47,7 @@ copyright = u'2007-2011, Jannis Leidel' # The short X.Y version. version = '1.1' # The full version, including alpha/beta/rc tags. -release = '1.1' +release = '1.1.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.