Skip to content

Commit

Permalink
@ #12 | release flask-classful v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hoatle committed Mar 18, 2016
1 parent 946bbd8 commit a1fce8c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 18 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2016-03-18 Hoat Le <hoatle@teracy.com>
--------------------------------------

Version: 0.9.0

- Improvements:
* Rename flask-classy to flask-classful for pypi publish and development


2016-02-16 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 @@ -50,7 +50,7 @@
# The short X.Y version.
version = '0.9'
# The full version, including alpha/beta/rc tags.
release = '0.9.0-dev0'
release = '0.9.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
16 changes: 0 additions & 16 deletions docs/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,22 +25,6 @@ update this line for the right version:
__version__ = "0.7.0-dev0"


README.rst
----------

update this line for the right version:
::
$ pip install git+https://github.com/teracyhq/flask-classful.git@develop#egg=flask-classful


docs/index.rst
--------------

update this line for the right version:
::
$ pip install git+https://github.com/teracyhq/flask-classful.git@develop#egg=flask-classful


docs/conf.py
------------

Expand Down
2 changes: 1 addition & 1 deletion flask_classful.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
:license: BSD, see LICENSE for more details.
"""

__version__ = "0.9.0-dev0"
__version__ = "0.9.0"


import sys
Expand Down

0 comments on commit a1fce8c

Please sign in to comment.