summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--cliapp/version.py4
-rw-r--r--debian/changelog4
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 <liw@liw.fi> Sun, 12 Aug 2018 10:22:15 +0300
+ -- Lars Wirzenius <liw@liw.fi> Sun, 12 Aug 2018 15:22:03 +0300
python-cliapp (1.20180812-1) unstable; urgency=medium