diff --git a/docs/conf.py b/docs/conf.py index 1fe8ce9..dd7e0a8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,7 +51,7 @@ # The short X.Y version. version = '0.14' # The full version, including alpha/beta/rc tags. -release = '0.14.1' +release = '0.14.2-dev0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/flask_classful.py b/flask_classful.py index 5099f47..28ccf86 100644 --- a/flask_classful.py +++ b/flask_classful.py @@ -19,7 +19,7 @@ _py2 = sys.version_info[0] == 2 -__version__ = "0.14.1" +__version__ = "0.14.2-dev0" def route(rule, **options):