From 07bb3cf427295a32e77af158e64cad866fbc1e5b Mon Sep 17 00:00:00 2001 From: Vincent Llorens Date: Tue, 26 Jul 2016 11:08:07 +0200 Subject: [PATCH] Bump version to 1.0.1 Change-Id: I41c9795f4ebc928caebdc9fb8733562f9c0c9d67 --- packaging/debian/changelog | 6 ++++++ packaging/docker/build_env.sh | 2 +- packaging/rpm/python-synergy.spec | 5 ++++- setup.cfg | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/packaging/debian/changelog b/packaging/debian/changelog index 1655695..1c49051 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -1,3 +1,9 @@ +python-synergy-service (1.0.1) unstable; urgency=low + + * Fix broken links in README + + -- Vincent Llorens Tue, 26 Jul 2016 11:05:37 +0020 + python-synergy-service (1.0.0-1ubuntu1) unstable; urgency=low * First public release. Full set of funtionalities. diff --git a/packaging/docker/build_env.sh b/packaging/docker/build_env.sh index bd5192c..debab0b 100644 --- a/packaging/docker/build_env.sh +++ b/packaging/docker/build_env.sh @@ -1 +1 @@ -PKG_VERSION=1.0.0 +PKG_VERSION=1.0.1 diff --git a/packaging/rpm/python-synergy.spec b/packaging/rpm/python-synergy.spec index 4acf0cb..23f2c1e 100644 --- a/packaging/rpm/python-synergy.spec +++ b/packaging/rpm/python-synergy.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} Name: python-synergy-service -Version: 1.0.0 +Version: 1.0.1 Release: 1%{?dist} Summary: Synergy service @@ -93,6 +93,9 @@ if [ "$1" = 0 ]; then fi %changelog +* Tue Jul 26 2016 Vincent Llorens - 1.0.0-1 - First public release of Synergy. Full set of functionalities. diff --git a/setup.cfg b/setup.cfg index 3f7aa79..589ea03 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = synergy-service -version = 1.0.0 +version = 1.0.1 summary = Synergy is as an extensible general purpose management OpenStack service. description-file = README.rst