summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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')