summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-10-08 20:50:05 +0300
committerLars Wirzenius <liw@liw.fi>2016-10-08 20:50:05 +0300
commitf7225412e6f1ab7606cc27f5e86d53e8be1748f7 (patch)
tree7b42969706219949bd8ae95ad7ef98162d78c78b
parent3327eced2f85233b40321bcd21f487a8fd42ffa4 (diff)
downloaddupfiles-f7225412e6f1ab7606cc27f5e86d53e8be1748f7.tar.gz
Prepare to release version 5.9dupfiles-5.9
-rw-r--r--NEWS2
-rw-r--r--debian/changelog4
-rw-r--r--dupfileslib/version.py4
3 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 5764f8f..bc726fa 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS for dupfiles
=================
-Version 5.8+git, not yet released
+Version 5.9, released 2016-10-08
--------------------------------
* Require Python 2.7.
diff --git a/debian/changelog b/debian/changelog
index c17a09e..68fb7d0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-dupfiles (5.8+git-1) UNRELEASED; urgency=medium
+dupfiles (5.9-1) unstable; urgency=medium
* New upstream version.
* Require Python 2.7.
- -- Lars Wirzenius <liw@liw.fi> Sat, 08 Oct 2016 20:47:05 +0300
+ -- Lars Wirzenius <liw@liw.fi> Sat, 08 Oct 2016 20:50:05 +0300
dupfiles (5.8-1) unstable; urgency=medium
diff --git a/dupfileslib/version.py b/dupfileslib/version.py
index e283617..0fe826d 100644
--- a/dupfileslib/version.py
+++ b/dupfileslib/version.py
@@ -1,2 +1,2 @@
-__version__ = '5.8+git'
-__version_info__ = (5, 8, '+git')
+__version__ = "5.9"
+__version_info__ = (5, 9)