summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--README3
-rw-r--r--cliapp/__init__.py2
-rw-r--r--debian/changelog6
4 files changed, 8 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 29986a5..3f93eb9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS for cliapp
===============
-Version UNRELEASED
+Version 1.20121216
------------------
* Options in option groups are now included in manual page SYNOPSIS and
diff --git a/README b/README
index fc2c71c..04c3e7a 100644
--- a/README
+++ b/README
@@ -22,9 +22,6 @@ cliapp version numbers are of the form `API.DATE`, where `API` starts
at 1, and gets incremented if the application API changes in an
incompatible way. `DATE` is the date of the release.
-The `cliapp.__version__` string is set to `1.DEVEL` in version control,
-to differentiate development versions and release versions.
-
Legalese
--------
diff --git a/cliapp/__init__.py b/cliapp/__init__.py
index 4c92ef9..0be7852 100644
--- a/cliapp/__init__.py
+++ b/cliapp/__init__.py
@@ -15,7 +15,7 @@
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-__version__ = '1.20120929'
+__version__ = '1.20121216'
from settings import Settings
diff --git a/debian/changelog b/debian/changelog
index ef606d2..0a2a142 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-cliapp (1.20121216-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Lars Wirzenius <liw@liw.fi> Sun, 16 Dec 2012 16:41:36 +0000
+
python-cliapp (1.20120929-1) unstable; urgency=low
* New upstream release.