Skip to content

Commit

Permalink
Merge pull request #101 from hoatle/tasks/#98-v0.14.2-release
Browse files Browse the repository at this point in the history
Tasks/#98 v0.14.2 release
  • Loading branch information
hoatle authored Jan 23, 2019
2 parents f8447e8 + ffca6d9 commit 29a1b77
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@

2019-01-23 Hoat Le <hoatle@teracy.com>
--------------------------------------

Version: 0.14.2

- Improvements:
+ should remove deprecated warnings of inspect.getargspec #96

- Bug Fixes:
+ should fix travis-ci build and docs generation #97


Details: https://github.com/teracyhq/flask-classful/milestone/12?closed=1


2017-10-19 Hoat Le <hoatle@teracy.com>
--------------------------------------

Expand Down
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.2-dev0'
release = '0.14.2'

# 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.2-dev0"
__version__ = "0.14.2"


def route(rule, **options):
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ def find_version(*file_paths):
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
'Topic :: Software Development :: Libraries :: Python Modules'
],
Expand Down

0 comments on commit 29a1b77

Please sign in to comment.