Skip to content

Commit

Permalink
@ #135 | update for the next version iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
hoatle committed Dec 24, 2021
1 parent f0a0179 commit 3335d0e
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.15'
# The full version, including alpha/beta/rc tags.
release = '0.15.0-dev0'
release = '0.15.0-dev1'

# 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.15.0-dev0"
__version__ = "0.15.0-dev1"


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

0 comments on commit 3335d0e

Please sign in to comment.