From ab8f26540820e860b0261ef6a0db75b322834fc1 Mon Sep 17 00:00:00 2001 From: Vincent Llorens Date: Fri, 17 Jun 2016 14:40:13 +0200 Subject: [PATCH] bump to version 1.0.0 Change-Id: Iffec6cf759e482b1e60ecc2b8dc03bd65858b660 --- packaging/debian/changelog | 6 ++++++ packaging/docker/build_env.sh | 2 +- packaging/rpm/python-synergy.spec | 7 +++++-- setup.cfg | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/packaging/debian/changelog b/packaging/debian/changelog index 3d33a68..1655695 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -1,3 +1,9 @@ +python-synergy-service (1.0.0-1ubuntu1) unstable; urgency=low + + * First public release. Full set of funtionalities. + + -- Vincent Llorens Fri, 17 Jun 2016 14:36:31 +0200 + python-synergy-service (0.2-1) unstable; urgency=low * Working release with minimum set of functionalities diff --git a/packaging/docker/build_env.sh b/packaging/docker/build_env.sh index 3f5fb73..bd5192c 100644 --- a/packaging/docker/build_env.sh +++ b/packaging/docker/build_env.sh @@ -1 +1 @@ -PKG_VERSION=0.2 +PKG_VERSION=1.0.0 diff --git a/packaging/rpm/python-synergy.spec b/packaging/rpm/python-synergy.spec index 2d504e4..4acf0cb 100644 --- a/packaging/rpm/python-synergy.spec +++ b/packaging/rpm/python-synergy.spec @@ -1,8 +1,8 @@ %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} Name: python-synergy-service -Version: 0.2 -Release: 2%{?dist} +Version: 1.0.0 +Release: 1%{?dist} Summary: Synergy service License: ASL 2.0 @@ -93,6 +93,9 @@ if [ "$1" = 0 ]; then fi %changelog +* Fri Jun 17 2016 Vincent Llorens - 1.0.0-1 +- First public release of Synergy. Full set of functionalities. + * Fri Apr 29 2016 Vincent Llorens - 0.2-2 - Working release with minimum set of functionalities diff --git a/setup.cfg b/setup.cfg index a14e52f..3f7aa79 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = synergy-service -version = 0.2 +version = 1.0.0 summary = Synergy is as an extensible general purpose management OpenStack service. description-file = README.rst