Version bump to 1.2.4

Change-Id: If4660c9982374d85c175dd71cf806a9873839f75
This commit is contained in:
Andrew Hutchings
2013-03-14 14:19:57 +00:00
parent 14f80056f6
commit 7269763333
3 changed files with 9 additions and 2 deletions

7
debian/changelog vendored
View File

@@ -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 <andrew@linuxjedi.co.uk> Thu, 14 Mar 2013 14:17:04 +0000
python-libraclient (1.2.3-1) UNRELEASED; urgency=low
* Fixes broken exception handler

2
debian/control vendored
View File

@@ -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

View File

@@ -12,4 +12,4 @@
# License for the specific language governing permissions and limitations
# under the License.
__version__ = "1.2.3"
__version__ = "1.2.4"