From 6723a536bd6e66f53cd625e717f9c205ef8530f7 Mon Sep 17 00:00:00 2001 From: David Shrewsbury Date: Sun, 24 Mar 2013 15:38:11 -0400 Subject: [PATCH] Create v1.3 release. A mistake was made with the v1.2 release. Version number wasn't incremented and debian changelog wasn't updated. This brings everything back in line. Change-Id: Id29c17b813ee82ba4c7aadb602f6c3c4e2135bc7 --- debian/changelog | 13 +++++++++++++ libra/__init__.py | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 925c82d9..868cb95c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +libra (1.3-1) UNRELEASED; urgency=low + + * Fix minor version info. + + -- David Shrewsbury Tue, 24 Mar 2013 14:30:00 +0000 + +libra (1.2-1) UNRELEASED; urgency=low + + * Catch exceptions during scheduled runs. + * Daemon PID file fixes. + + -- David Shrewsbury Tue, 24 Mar 2013 14:30:00 +0000 + libra (1.1-1) UNRELEASED; urgency=low * Fix NotFound exception catching [bug 1147011] diff --git a/libra/__init__.py b/libra/__init__.py index 7cde527e..4a6fe5c4 100644 --- a/libra/__init__.py +++ b/libra/__init__.py @@ -12,4 +12,4 @@ # License for the specific language governing permissions and limitations # under the License. -__version__ = "1.1" +__version__ = "1.3"