summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--cachedirlib/version.py4
-rw-r--r--debian/changelog4
3 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 4459260..90e7cec 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
cachedir NEWS
============
-Version 1.16+git, not yet released
+Version 1.17, released 2018-08-11
----------------------------------
diff --git a/cachedirlib/version.py b/cachedirlib/version.py
index e000558..78f0ff4 100644
--- a/cachedirlib/version.py
+++ b/cachedirlib/version.py
@@ -1,2 +1,2 @@
-__version__ = "1.16+git"
-__version_info__ = (1, 16, '+git')
+__version__ = "1.17"
+__version_info__ = (1, 17)
diff --git a/debian/changelog b/debian/changelog
index 13bbdbf..9e691a8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-cachedir (1.16+git-1) UNRELEASED; urgency=medium
+cachedir (1.17-1) unstable; urgency=medium
* New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Sat, 11 Aug 2018 21:48:04 +0300
+ -- Lars Wirzenius <liw@liw.fi> Sat, 11 Aug 2018 22:13:55 +0300
cachedir (1.16-1) unstable; urgency=medium