summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-10-18 10:30:52 +0300
committerLars Wirzenius <liw@liw.fi>2015-10-18 10:30:52 +0300
commit16372e61522686abfbbbb3aead8bef29b1e98769 (patch)
tree66700a7501418951db949162eb8c97da9dc21557
parent570bdf1c10627605080b4ea71c7a89f36607dab6 (diff)
downloadgenbackupdata-1.9.tar.gz
Prepare release 1.9genbackupdata-1.9
-rw-r--r--NEWS2
-rw-r--r--debian/changelog4
-rw-r--r--genbackupdatalib/__init__.py2
3 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 26a8a7c..dc75dea 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS for genbackupdata
======================
-Version 1.9, released UNRELEASED
+Version 1.9, released 2015-17-18
--------------------------------
* Fix progress reporting to always output something, even if the
diff --git a/debian/changelog b/debian/changelog
index c251f77..1a8d676 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-genbackupdata (1.9-1) UNRELEASED; urgency=medium
+genbackupdata (1.9-1) unstable; urgency=medium
* New upstream release.
* Include NEWS, README in the package.
- -- Lars Wirzenius <liw@liw.fi> Sun, 19 Jul 2015 13:30:48 +0300
+ -- Lars Wirzenius <liw@liw.fi> Sun, 18 Oct 2015 10:29:58 +0300
genbackupdata (1.8-1) unstable; urgency=low
diff --git a/genbackupdatalib/__init__.py b/genbackupdatalib/__init__.py
index d135351..40b8c3a 100644
--- a/genbackupdatalib/__init__.py
+++ b/genbackupdatalib/__init__.py
@@ -14,7 +14,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-__version__ = '1.8'
+__version__ = '1.9'
from .generator import DataGenerator
from .names import NameGenerator