summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-08-11 17:54:48 +0300
committerLars Wirzenius <liw@liw.fi>2018-08-11 17:54:48 +0300
commit302b2ae9b3a99508c3eebcea5017449bda4ca0bf (patch)
treeb060732c1fedec2848c70f1a686a7541fc032130
parentfa97c3825e7daf1d2f77cac2268fb84a5f1a38db (diff)
downloadcachedir-302b2ae9b3a99508c3eebcea5017449bda4ca0bf.tar.gz
Prepare to release version 1.8cachedir-1.8
-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 d962720..e16177a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
cachedir NEWS
============
-Version 1.7+git, not yet released
+Version 1.8, released 2018-08-11
---------------------------------
diff --git a/cachedirlib/version.py b/cachedirlib/version.py
index 65f992c..882f36d 100644
--- a/cachedirlib/version.py
+++ b/cachedirlib/version.py
@@ -1,2 +1,2 @@
-__version__ = "1.7+git"
-__version_info__ = (1, 7, '+git')
+__version__ = "1.8"
+__version_info__ = (1, 8)
diff --git a/debian/changelog b/debian/changelog
index 2df26b5..5ca675c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-cachedir (1.7+git-1) UNRELEASED; urgency=medium
+cachedir (1.8-1) unstable; urgency=medium
* New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Sat, 11 Aug 2018 17:51:06 +0300
+ -- Lars Wirzenius <liw@liw.fi> Sat, 11 Aug 2018 17:54:48 +0300
cachedir (1.6-1) unstable; urgency=medium