Skip to content

Commit 1631d8e

Browse files
committed
Bump version number to 0.13.1
1 parent 0bf051a commit 1631d8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flask_restless/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#:
1717
#: This should be the same as the version specified in the :file:`setup.py`
1818
#: file.
19-
__version__ = '0.13.1-dev'
19+
__version__ = '0.13.1'
2020

2121
# make the following names available as part of the public API
2222
from .manager import APIManager

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@
5151
test_suite='nose.collector',
5252
tests_require=['nose'],
5353
url='http://github.com/jfinkels/flask-restless',
54-
version='0.13.1-dev',
54+
version='0.13.1',
5555
zip_safe=False
5656
)

0 commit comments

Comments
 (0)