summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--cliapp/__init__.py2
-rw-r--r--debian/changelog5
-rw-r--r--debian/control2
-rw-r--r--setup.py1
5 files changed, 6 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index 587f8a7..7219b4a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS for cliapp
===============
-Version 1.UNRELEASED
+Version 1.20140315
------------------
* Portability patch to disable VmRSS reporting on non-Linux platforms.
diff --git a/cliapp/__init__.py b/cliapp/__init__.py
index 3df77d4..1a7d3cc 100644
--- a/cliapp/__init__.py
+++ b/cliapp/__init__.py
@@ -27,7 +27,7 @@ Homepage: http://liw.fi/cliapp/
'''
-__version__ = '1.20130808'
+__version__ = '1.20140315'
from fmt import TextFormat
diff --git a/debian/changelog b/debian/changelog
index f1c0e02..8d66477 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,11 @@
-python-cliapp (9999.9999) UNRELEASED; urgency=low
+python-cliapp (1.20140315-1) unstable; urgency=low
* New upstream version.
- install examples (Closes: #693717)
- add a module docstring (Closes: #693715)
+ * Standards-Version bumped to 3.9.5. No changes required.
- -- Lars Wirzenius <liw@liw.fi> Fri, 15 Nov 2013 16:09:49 +0000
+ -- Lars Wirzenius <liw@liw.fi> Sat, 15 Mar 2014 09:07:44 +0000
python-cliapp (1.20130808-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index a0fefb3..59c1c49 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: python-cliapp
Maintainer: Lars Wirzenius <liw@liw.fi>
Section: python
Priority: optional
-Standards-Version: 3.9.2
+Standards-Version: 3.9.5
Build-Depends: debhelper (>= 7.3.8), python-all (>= 2.6.6-3~),
python-coverage-test-runner, python-sphinx
X-Python-Version: >= 2.6
diff --git a/setup.py b/setup.py
index 1a97a42..2ed1543 100644
--- a/setup.py
+++ b/setup.py
@@ -48,4 +48,3 @@ up logging, iterating over lines of input files, and so on.
packages=['cliapp'],
data_files=[('share/man/man5', glob.glob('*.5'))],
)
-