Skip to content

Commit

Permalink
@ #96 | branch off from v0.14.1 and update for the next iteration: v0…
Browse files Browse the repository at this point in the history
….14.2
  • Loading branch information
hoatle committed Jan 17, 2019
1 parent 412da7a commit 8310706
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion flask_classful.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

_py2 = sys.version_info[0] == 2

__version__ = "0.14.1"
__version__ = "0.14.2-dev0"


def route(rule, **options):
Expand Down

0 comments on commit 8310706

Please sign in to comment.