Skip to content

Commit

Permalink
Updates version number to 1.0.0b1-dev.
Browse files Browse the repository at this point in the history
When the "-dev" is dropped in the official 1.0.0 beta 1 release, the
version number will meet the requirements of PEP 0440's version string
format.
  • Loading branch information
jfinkels committed Mar 29, 2016
1 parent 9e57b79 commit 7423b8b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ Numbers following a pound sign (#) refer to `GitHub issues`_.

.. _GitHub issues: https://github.com/jfinkels/flask-restless/issues

Version 1.0.0-dev
-----------------
Version 1.0.0b1-dev
-------------------

*This is a beta release; these changes will appear in the 1.0.0 release.*

Not yet released.

Expand Down
2 changes: 1 addition & 1 deletion flask_restless/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#:
#: This should be the same as the version specified in the :file:`setup.py`
#: file.
__version__ = '1.0.0-dev'
__version__ = '1.0.0b1-dev'

# The following names are available as part of the public API for
# Flask-Restless. End users of this package can import these names by doing
Expand Down

0 comments on commit 7423b8b

Please sign in to comment.