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 e16177a..034ffb9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
cachedir NEWS
============
+Version 1.8+git, not yet released
+---------------------------------
+
+
Version 1.8, released 2018-08-11
---------------------------------
diff --git a/cachedirlib/version.py b/cachedirlib/version.py
index 882f36d..677c309 100644
--- a/cachedirlib/version.py
+++ b/cachedirlib/version.py
@@ -1,2 +1,2 @@
-__version__ = "1.8"
-__version_info__ = (1, 8)
+__version__ = "1.8+git"
+__version_info__ = (1, 8, '+git')
diff --git a/debian/changelog b/debian/changelog
index 5ca675c..3e9a3a0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cachedir (1.8+git-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Sat, 11 Aug 2018 17:54:51 +0300
+
cachedir (1.8-1) unstable; urgency=medium
* New upstream version.