summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-08-11 21:28:16 +0300
committerLars Wirzenius <liw@liw.fi>2018-08-11 21:28:16 +0300
commit01a3725354e5eee41d8396bcda69b21633cd55ca (patch)
tree4d1e190b3e0fe44075458275ba1e3b1a1b117055
parent86cc83517027c4c2e6adc4cedc931f05ecd391f9 (diff)
downloadcachedir-01a3725354e5eee41d8396bcda69b21633cd55ca.tar.gz
Bump version number post-release to 1.15+git
-rw-r--r--NEWS4
-rw-r--r--cachedirlib/version.py4
-rw-r--r--debian/changelog6
3 files changed, 12 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index f952560..bc8ea1f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
cachedir NEWS
============
+Version 1.15+git, not yet released
+----------------------------------
+
+
Version 1.15, released 2018-08-11
----------------------------------
diff --git a/cachedirlib/version.py b/cachedirlib/version.py
index 68cbfd5..8b08c98 100644
--- a/cachedirlib/version.py
+++ b/cachedirlib/version.py
@@ -1,2 +1,2 @@
-__version__ = "1.15"
-__version_info__ = (1, 15)
+__version__ = "1.15+git"
+__version_info__ = (1, 15, '+git')
diff --git a/debian/changelog b/debian/changelog
index 273ecfc..c58b238 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cachedir (1.15+git-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Sat, 11 Aug 2018 21:28:16 +0300
+
cachedir (1.15-1) unstable; urgency=medium
* New upstream version.