Skip to content

Commit

Permalink
Updates version numbers to prepare for 0.13.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfinkels committed Apr 22, 2014
1 parent 8d75859 commit a47acee
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@ Numbers following a pound sign (#) refer to `GitHub issues
As of version 0.6, Flask-Restless supports both pure SQLAlchemy and
Flask-SQLAlchemy models. Before that, it supported only Elixir models.

Version 0.14.0-dev
------------------
Version 0.13.1
--------------

Released on April 21, 2014.

Not yet released.
- #304: fixes mimerender bug due to how Python 3.4 handles decorators.

Version 0.13.0
--------------
Expand Down
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.14.0-dev'
__version__ = '0.13.1-dev'

# 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.14.0-dev',
version='0.13.1-dev',
zip_safe=False
)

0 comments on commit a47acee

Please sign in to comment.