summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--debian/changelog4
-rw-r--r--obnamlib/__init__.py2
-rw-r--r--setup.py2
4 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index a9071ab3..770c6072 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ Obnam NEWS
This file summarizes changes between releases of Obnam.
-Version 1.X, released UNRELEASED
+Version 1.8, released 2014-05-13
--------------------------------
* The error message has been improved for when setting metadata
diff --git a/debian/changelog b/debian/changelog
index b9312637..e7ef0599 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-obnam (1.8-1) UNRELEASED; urgency=low
+obnam (1.8-1) unstable; urgency=low
* New upstream version.
- "obnam excludes files with "syslog" in the name without me
@@ -6,7 +6,7 @@ obnam (1.8-1) UNRELEASED; urgency=low
- "obnam: client not found, but cannot remove lock" (Closes: #675825)
- "data leak during restore" (Closes: #745112)
- -- Lars Wirzenius <liw@liw.fi> Tue, 15 Apr 2014 18:52:57 +0100
+ -- Lars Wirzenius <liw@liw.fi> Tue, 13 May 2014 08:04:18 +0100
obnam (1.7.4-1) unstable; urgency=low
diff --git a/obnamlib/__init__.py b/obnamlib/__init__.py
index 40a70a5c..ce64df3f 100644
--- a/obnamlib/__init__.py
+++ b/obnamlib/__init__.py
@@ -17,7 +17,7 @@
import cliapp
-__version__ = '1.7.4'
+__version__ = '1.8'
diff --git a/setup.py b/setup.py
index 2c18716c..a606d092 100644
--- a/setup.py
+++ b/setup.py
@@ -235,7 +235,7 @@ class Check(Command):
setup(name='obnam',
- version='1.7.4',
+ version='1.8',
description='Backup software',
author='Lars Wirzenius',
author_email='liw@liw.fi',