summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)