We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 915d97b commit 66582d6Copy full SHA for 66582d6
docs/source/conf.py
@@ -67,9 +67,9 @@
67
# built documents.
68
#
69
# The short X.Y version.
70
-version = '1.2'
+version = '1.3'
71
# The full version, including alpha/beta/rc tags.
72
-release = '1.2'
+release = '1.3'
73
74
# The language for content autogenerated by Sphinx. Refer to documentation
75
# for a list of supported languages.
flyingpigeon/__init__.py
@@ -1,4 +1,4 @@
1
from .wsgi import application
2
from .demo import main
3
4
-__version__ = "1.2.1"
+__version__ = "1.3.0"
0 commit comments