Skip to content

Commit 66582d6

Browse files
committed
version 1.3.0
1 parent 915d97b commit 66582d6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@
6767
# built documents.
6868
#
6969
# The short X.Y version.
70-
version = '1.2'
70+
version = '1.3'
7171
# The full version, including alpha/beta/rc tags.
72-
release = '1.2'
72+
release = '1.3'
7373

7474
# The language for content autogenerated by Sphinx. Refer to documentation
7575
# for a list of supported languages.

flyingpigeon/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .wsgi import application
22
from .demo import main
33

4-
__version__ = "1.2.1"
4+
__version__ = "1.3.0"

0 commit comments

Comments
 (0)