summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-12-26 10:39:36 +0200
committerLars Wirzenius <liw@liw.fi>2016-12-26 10:39:36 +0200
commit4e4fe35ec18b50aa6c1b365ad7ed94753df140ed (patch)
tree630409f71be274413d0fb97575da07ba663c6878
parent0eef5e45c0d485e806a2b6cb53d4e3a4c353c6d9 (diff)
downloadttystatus-4e4fe35ec18b50aa6c1b365ad7ed94753df140ed.tar.gz
Bump version number post-release to 0.34+git
-rw-r--r--NEWS4
-rw-r--r--debian/changelog6
-rw-r--r--ttystatus/version.py4
3 files changed, 12 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index ca60d8b..0ee09b0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
NEWS file for ttystatus
=======================
+Version 0.34+git, not yet released
+----------------------------------
+
+
Version 0.34, released 2016-12-26
---------------------------------
diff --git a/debian/changelog b/debian/changelog
index 667ffe9..222cf51 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-ttystatus (0.34+git-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Mon, 26 Dec 2016 10:39:36 +0200
+
python-ttystatus (0.34-1) unstable; urgency=medium
* New upstream version.
diff --git a/ttystatus/version.py b/ttystatus/version.py
index 62c281d..2702d8c 100644
--- a/ttystatus/version.py
+++ b/ttystatus/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.34"
-__version_info__ = (0, 34)
+__version__ = "0.34+git"
+__version_info__ = (0, 34, '+git')