From 017ec1400a28060abf08b19a311256dd3d2c42fb Mon Sep 17 00:00:00 2001 From: W Chan Date: Mon, 24 Jun 2019 12:06:23 -0700 Subject: [PATCH] Change the version number to the semver format Change the version number to the semver format and from 0.6 -> 1.0.0 to indicate GA. --- CHANGELOG.rst | 5 +++-- orquesta/__init__.py | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4f997c34..4aab0ef8 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,12 +1,13 @@ Changelog ========= -0.6 ---- +1.0.0 +----- Changed ~~~~~~~ +* Change the version number to the semver format and from 0.6 -> 1.0.0 to indicate GA. * Rephrased the error message for the unreachable join task. Fixes #162 (improvement) Fixed diff --git a/orquesta/__init__.py b/orquesta/__init__.py index 1f5ceb4e..ac055efc 100644 --- a/orquesta/__init__.py +++ b/orquesta/__init__.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = '0.5' +__version__ = '1.0.0'