summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 e3d1f05..9c31653 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
cachedir NEWS
============
+Version 1.5+git, not yet released
+---------------------------------
+
+
Version 1.5, released 2018-07-18
---------------------------------
diff --git a/cachedirlib/version.py b/cachedirlib/version.py
index 82f6305..0e1475d 100644
--- a/cachedirlib/version.py
+++ b/cachedirlib/version.py
@@ -1,2 +1,2 @@
-__version__ = "1.5"
-__version_info__ = (1, 5)
+__version__ = "1.5+git"
+__version_info__ = (1, 5, '+git')
diff --git a/debian/changelog b/debian/changelog
index 3b9c9c3..82f2537 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cachedir (1.5+git-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Wed, 18 Jul 2018 10:45:24 +0300
+
cachedir (1.5-1) unstable; urgency=medium
* New upstream version.