Skip to content

Commit

Permalink
Bump version number to 1.0.0b1
Browse files Browse the repository at this point in the history
  • Loading branch information
jfinkels committed Apr 2, 2016
1 parent d441be9 commit 50b6bc7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ Numbers following a pound sign (#) refer to `GitHub issues`_.

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

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

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

Not yet released.
Released on April 2, 2016.

- #255: adds support for filtering by PostgreSQL network operators.
- #257: ensures additional attributes specified by the user actually exist on
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.0b1-dev'
__version__ = '1.0.0b1'

# 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 50b6bc7

Please sign in to comment.