summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-05-28 13:40:39 +0300
committerLars Wirzenius <liw@liw.fi>2018-05-28 13:40:39 +0300
commit5213c4bc17d145652482f0dd028d7c286fe9e076 (patch)
tree31311151dffd85a95ecfc93c159aa85f7f5847b6
parenta7acaa8d1afd8b8c61a57c779b7f247f66920845 (diff)
downloadjt-tmp-5213c4bc17d145652482f0dd028d7c286fe9e076.tar.gz
Bump version number post-release to 0.24+git
-rw-r--r--NEWS4
-rw-r--r--debian/changelog6
-rw-r--r--jtlib/version.py4
3 files changed, 12 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 8b38f76..0d7ff76 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
NEWS for jt
===========
+Version 0.24+git, not yet released
+----------------------------------
+
+
Version 0.24, released 2018-05-28
----------------------------------
diff --git a/debian/changelog b/debian/changelog
index 2f0162a..0b9d854 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+jt (0.24+git-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Mon, 28 May 2018 13:40:39 +0300
+
jt (0.24-1) unstable; urgency=medium
* New upstream version.
diff --git a/jtlib/version.py b/jtlib/version.py
index 2998698..916e71c 100644
--- a/jtlib/version.py
+++ b/jtlib/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.24"
-__version_info__ = (0, 24)
+__version__ = "0.24+git"
+__version_info__ = (0, 24, '+git')