summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-08-11 17:50:38 +0300
committerLars Wirzenius <liw@liw.fi>2018-08-11 17:50:38 +0300
commit034b91776cfcca58cbbff0fc126691a524f9afd3 (patch)
tree1cb5039d635df90c05b6a2eda6b9d621d9429b06
parentb2da7d7d89401a7ec34a44737e77f18b647716ce (diff)
downloadcachedir-034b91776cfcca58cbbff0fc126691a524f9afd3.tar.gz
Prepare to release version 1.6
-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 9c31653..6b4ea65 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
cachedir NEWS
============
-Version 1.5+git, not yet released
+Version 1.6, released 2018-08-11
---------------------------------
diff --git a/cachedirlib/version.py b/cachedirlib/version.py
index 0e1475d..af240e4 100644
--- a/cachedirlib/version.py
+++ b/cachedirlib/version.py
@@ -1,2 +1,2 @@
-__version__ = "1.5+git"
-__version_info__ = (1, 5, '+git')
+__version__ = "1.6"
+__version_info__ = (1, 6)
diff --git a/debian/changelog b/debian/changelog
index 82f2537..ea8063b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-cachedir (1.5+git-1) UNRELEASED; urgency=medium
+cachedir (1.6-1) unstable; urgency=medium
* New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Wed, 18 Jul 2018 10:45:24 +0300
+ -- Lars Wirzenius <liw@liw.fi> Sat, 11 Aug 2018 17:50:38 +0300
cachedir (1.5-1) unstable; urgency=medium