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:
13
debian/changelog
vendored
13
debian/changelog
vendored
@@ -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]
|
||||
|
@@ -12,4 +12,4 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
__version__ = "1.1"
|
||||
__version__ = "1.3"
|
||||
|
Reference in New Issue
Block a user