Skip to content

Commit

Permalink
@ #21 | release v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hoatle committed May 16, 2016
1 parent 959eced commit 6cfaa86
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
2016-05-16 Hoat Le <hoatle@teracy.com>

Version: 0.10.0

- Improvements:
* Fix "Prefer `format()` over string interpolation operator" issue #18

- Bugfixes:
* should allows flask.jsonify to return status codes and headers #19

2016-03-18 Hoat Le <hoatle@teracy.com>
--------------------------------------

Expand Down
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Flask-Classful
==============

.. image:: https://travis-ci.org/teracyhq/flask-classful.svg?branch=develop
.. image:: https://travis-ci.org/teracyhq/flask-classful.svg?branch=master
:target: https://travis-ci.org/teracyhq/flask-classful

.. image:: https://coveralls.io/repos/teracyhq/flask-classful/badge.svg?branch=develop&service=github
:target: https://coveralls.io/github/teracyhq/flask-classful?branch=develop
.. image:: https://coveralls.io/repos/teracyhq/flask-classful/badge.svg?branch=master&service=github
:target: https://coveralls.io/github/teracyhq/flask-classful?branch=master

.. image:: https://img.shields.io/pypi/v/Flask-Classful.svg?maxAge=2592000
:target: https://pypi.python.org/pypi/Flask-Classful
Expand All @@ -19,7 +19,7 @@ Flask-Classful
.. image:: https://www.quantifiedcode.com/api/v1/project/1f655f7956a24d9fbf787ec149cbcf5a/badge.svg
:target: https://www.quantifiedcode.com/app/project/1f655f7956a24d9fbf787ec149cbcf5a
:alt: Code issues
:alt: Code Issues

.. image:: https://img.shields.io/github/issues/teracyhq/flask-classful.svg
:target: https://waffle.io/teracyhq/flask-classful
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.10'
# The full version, including alpha/beta/rc tags.
release = '0.10.0-dev0'
release = '0.10.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
7 changes: 7 additions & 0 deletions docs/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ Update next iteration for develop branch:
- flask_classful.py
- docs/conf.py

README
------

update the README.rst file



CHANGELOG
---------

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.10.0-dev0"
__version__ = "0.10.0"


import sys
Expand Down

0 comments on commit 6cfaa86

Please sign in to comment.