From 7269763333d89a908d12914b46d2a579349d941e Mon Sep 17 00:00:00 2001 From: Andrew Hutchings Date: Thu, 14 Mar 2013 14:19:57 +0000 Subject: [PATCH] Version bump to 1.2.4 Change-Id: If4660c9982374d85c175dd71cf806a9873839f75 --- debian/changelog | 7 +++++++ debian/control | 2 +- libraclient/__init__.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index f90c312..079c0ec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +python-libraclient (1.2.4-1) UNRELEASED; urgency=low + + * Adds input filtering and error handling for --node options + * Adds virtualips command + + -- Andrew Hutchings Thu, 14 Mar 2013 14:17:04 +0000 + python-libraclient (1.2.3-1) UNRELEASED; urgency=low * Fixes broken exception handler diff --git a/debian/control b/debian/control index e61f0bf..f3f80b4 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: python Priority: optional Maintainer: Andrew Hutchings (LinuxJedi) Build-Depends: debhelper (>=9), python-support (>=1.0), cdbs (>=0.4.111), python-all-dev -Build-Depends-Indep: python-sphinx (>=1.0), rst2pdf (>=0.16) +Build-Depends-Indep: python-sphinx (>=1.0) Standards-Version: 3.9.4 Homepage: https://launchpad.net/libra diff --git a/libraclient/__init__.py b/libraclient/__init__.py index b225dbe..bd197bb 100644 --- a/libraclient/__init__.py +++ b/libraclient/__init__.py @@ -12,4 +12,4 @@ # License for the specific language governing permissions and limitations # under the License. -__version__ = "1.2.3" +__version__ = "1.2.4"