summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-05-28 13:20:32 +0300
committerLars Wirzenius <liw@liw.fi>2018-05-28 13:20:32 +0300
commited5d89b8a9c162221de158fc90142167b62c5fc8 (patch)
tree943c13a968076623027038cd9e452c12df87009c
parent7a61e9df65cc8e2d56685dff1157f455b290adc1 (diff)
downloadjt-ed5d89b8a9c162221de158fc90142167b62c5fc8.tar.gz
Bump version number post-release to 0.23+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 1ad56b1..a23ef53 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
NEWS for jt
===========
+Version 0.23+git, not yet released
+----------------------------------
+
+
Version 0.23, released 2018-05-28
----------------------------------
diff --git a/debian/changelog b/debian/changelog
index 9fc2d16..4cb73da 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+jt (0.23+git-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Mon, 28 May 2018 13:20:32 +0300
+
jt (0.23-1) unstable; urgency=medium
* New upstream version.
diff --git a/jtlib/version.py b/jtlib/version.py
index 648c320..f49f6d5 100644
--- a/jtlib/version.py
+++ b/jtlib/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.23"
-__version_info__ = (0, 23)
+__version__ = "0.23+git"
+__version_info__ = (0, 23, '+git')