Skip to content

Commit

Permalink
version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed Dec 3, 2018
1 parent 915d97b commit 66582d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion flyingpigeon/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .wsgi import application
from .demo import main

__version__ = "1.2.1"
__version__ = "1.3.0"

0 comments on commit 66582d6

Please sign in to comment.