diff --git a/docs/source/conf.py b/docs/source/conf.py index 5edaa3a3..48003ba9 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -67,9 +67,9 @@ # built documents. # # The short X.Y version. -version = '1.2' +version = '1.3' # The full version, including alpha/beta/rc tags. -release = '1.2' +release = '1.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/flyingpigeon/__init__.py b/flyingpigeon/__init__.py index d65ef8ce..12ca7898 100644 --- a/flyingpigeon/__init__.py +++ b/flyingpigeon/__init__.py @@ -1,4 +1,4 @@ from .wsgi import application from .demo import main -__version__ = "1.2.1" +__version__ = "1.3.0"