Skip to content

Commit

Permalink
Bump version number to 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jfinkels committed Oct 30, 2014
1 parent 2e4ed40 commit 25ae7c6
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.15.0-dev'
__version__ = '0.15.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 @@ -51,6 +51,6 @@
test_suite='nose.collector',
tests_require=['nose'],
url='http://github.com/jfinkels/flask-restless',
version='0.15.0-dev',
version='0.15.0',
zip_safe=False
)

0 comments on commit 25ae7c6

Please sign in to comment.