Skip to content

Commit

Permalink
Bump version number to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jfinkels committed Aug 8, 2013
1 parent aa8b58e commit f5b2f98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flask_restless/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#:
#: This should be the same as the version specified in the :file:`setup.py`
#: file.
__version__ = '0.12.0-dev'
__version__ = '0.12.0'

# make the following names available as part of the public API
from .manager import APIManager
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@
test_suite='nose.collector',
tests_require=['nose'],
url='http://github.com/jfinkels/flask-restless',
version='0.12.0-dev',
version='0.12.0',
zip_safe=False
)

0 comments on commit f5b2f98

Please sign in to comment.