From 8b8729e6eca9314cdddee55ccac35965871421c2 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 12 Aug 2018 15:22:03 +0300 Subject: Prepare to release version 1.20180812.1 --- NEWS | 2 +- cliapp/version.py | 4 ++-- debian/changelog | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 3dbc755..6bb7a18 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ NEWS for cliapp =============== -Version 1.20180812+git, not yet released +Version 1.20180812.1, released 2018-08-12 ---------------------------------------- diff --git a/cliapp/version.py b/cliapp/version.py index 610c9e4..471922c 100644 --- a/cliapp/version.py +++ b/cliapp/version.py @@ -1,2 +1,2 @@ -__version__ = "1.20180812+git" -__version_info__ = (1, 20180812, '+git') +__version__ = "1.20180812.1" +__version_info__ = (1, 20180812, 1) diff --git a/debian/changelog b/debian/changelog index 0b79d0c..3a8d1bc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,9 @@ -python-cliapp (1.20180812+git-1) UNRELEASED; urgency=medium +python-cliapp (1.20180812.1-1) unstable; urgency=medium * New upstream version. * Add build-dep on dh-python. - -- Lars Wirzenius Sun, 12 Aug 2018 10:22:15 +0300 + -- Lars Wirzenius Sun, 12 Aug 2018 15:22:03 +0300 python-cliapp (1.20180812-1) unstable; urgency=medium -- cgit v1.2.1