summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-11-10 23:03:54 +0100
committerLars Wirzenius <liw@liw.fi>2017-11-10 23:03:54 +0100
commit186dcaf0722a1b12fe812576777d9e022e8a120f (patch)
tree58d149169d16b3402237c62f0ae3bd10e9df9e9f
parentf0c5e8df19a19f958974c0373489c45aada8db96 (diff)
downloadttystatus-186dcaf0722a1b12fe812576777d9e022e8a120f.tar.gz
Bump version number post-release to 0.36+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 63ae61d..8138043 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
NEWS file for ttystatus
=======================
+Version 0.36+git, not yet released
+----------------------------------
+
+
Version 0.36, released 2017-11-10
----------------------------------
diff --git a/debian/changelog b/debian/changelog
index 5264961..a5223e2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-ttystatus (0.36+git-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Fri, 10 Nov 2017 23:03:54 +0100
+
python-ttystatus (0.36-1) unstable; urgency=medium
* New upstream version.
diff --git a/ttystatus/version.py b/ttystatus/version.py
index 86a6779..96dbddd 100644
--- a/ttystatus/version.py
+++ b/ttystatus/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.36"
-__version_info__ = (0, 36)
+__version__ = "0.36+git"
+__version_info__ = (0, 36, '+git')