From 7423b8bbbc7171245dfaf9cfc9708a289cebd67c Mon Sep 17 00:00:00 2001 From: Jeffrey Finkelstein Date: Tue, 29 Mar 2016 11:07:10 -0400 Subject: [PATCH] Updates version number to 1.0.0b1-dev. 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. --- CHANGES | 6 ++++-- flask_restless/__init__.py | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 93be7561..4211ed45 100644 --- a/CHANGES +++ b/CHANGES @@ -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. diff --git a/flask_restless/__init__.py b/flask_restless/__init__.py index b6ab8aca..83301581 100644 --- a/flask_restless/__init__.py +++ b/flask_restless/__init__.py @@ -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