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"