summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-11-11 10:30:13 +0100
committerLars Wirzenius <liw@liw.fi>2017-11-11 10:30:13 +0100
commit9fc37d945d81ae06d245b23132fc3081d5e81247 (patch)
treea694ade64d65e8eb11731b101f933bbdf57bfd1f
parentbdfc547ece720b6a9df4b2aaf9261955fbe33ab1 (diff)
downloadttystatus-9fc37d945d81ae06d245b23132fc3081d5e81247.tar.gz
Bump version number post-release to 0.37+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 3ce480c..cbd0ee2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
NEWS file for ttystatus
=======================
+Version 0.37+git, not yet released
+----------------------------------
+
+
Version 0.37, released 2017-11-11
----------------------------------
diff --git a/debian/changelog b/debian/changelog
index a637c84..3eff2e4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-ttystatus (0.37+git-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Sat, 11 Nov 2017 10:30:13 +0100
+
python-ttystatus (0.37-1) unstable; urgency=medium
* New upstream version.
diff --git a/ttystatus/version.py b/ttystatus/version.py
index 495e529..c2e5786 100644
--- a/ttystatus/version.py
+++ b/ttystatus/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.37"
-__version_info__ = (0, 37)
+__version__ = "0.37+git"
+__version_info__ = (0, 37, '+git')