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"