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
This commit is contained in:
David Shrewsbury
2013-03-24 15:38:11 -04:00
parent 51d260e85f
commit 6723a536bd
2 changed files with 14 additions and 1 deletions

13
debian/changelog vendored
View File

@@ -1,3 +1,16 @@
libra (1.3-1) UNRELEASED; urgency=low
* Fix minor version info.
-- David Shrewsbury <shrewsbury.dave@gmail.com> 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 <shrewsbury.dave@gmail.com> Tue, 24 Mar 2013 14:30:00 +0000
libra (1.1-1) UNRELEASED; urgency=low
* Fix NotFound exception catching [bug 1147011]

View File

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