summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-12-04 18:27:20 +0200
committerLars Wirzenius <liw@liw.fi>2017-12-04 18:27:20 +0200
commitb14c568861c2035ece0b13b262d2b4b95064f6e8 (patch)
treee2270e38b9d14de1e668fa36de12745ecc8f7044
parente9fc573326c5d1348f5fe56263b4f7a8c32f58c9 (diff)
downloadttystatus-b14c568861c2035ece0b13b262d2b4b95064f6e8.tar.gz
Bump version number post-release to 0.38+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 ec9ff53..48dfefa 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
NEWS file for ttystatus
=======================
+Version 0.38+git, not yet released
+----------------------------------
+
+
Version 0.38, released 2017-12-04
----------------------------------
diff --git a/debian/changelog b/debian/changelog
index 1477356..c4f4e30 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-ttystatus (0.38+git-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Mon, 04 Dec 2017 18:27:20 +0200
+
python-ttystatus (0.38-1) unstable; urgency=medium
* New upstream version.
diff --git a/ttystatus/version.py b/ttystatus/version.py
index 82b68c3..0a403af 100644
--- a/ttystatus/version.py
+++ b/ttystatus/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.38"
-__version_info__ = (0, 38)
+__version__ = "0.38+git"
+__version_info__ = (0, 38, '+git')