summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--debian/changelog4
-rw-r--r--obnamlib/__init__.py2
-rwxr-xr-xsetup.py2
4 files changed, 6 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index 4ed885c2..a7eb2794 100644
--- a/NEWS
+++ b/NEWS
@@ -3,8 +3,8 @@ Obnam NEWS
This file summarizes changes between releases of Obnam.
-Version 1.10, released UNRELEASED
---------------------------------
+Version 1.10, released 2015-07-01
+---------------------------------
Major bug fixes:
diff --git a/debian/changelog b/debian/changelog
index fe08fa77..e78aa498 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-obnam (1.10-1) UNRELEASED; urgency=medium
+obnam (1.10-1) unstable; urgency=medium
* New upstream version.
* Fix "restore to /tmp messes up directory perms" by preventing
@@ -7,7 +7,7 @@ obnam (1.10-1) UNRELEASED; urgency=medium
* Drop build-dependency on texlive and building of PDF form of manual.
Texlive is an insanely large build dependency.
- -- Lars Wirzenius <liw@liw.fi> Sat, 13 Jun 2015 09:34:51 +0300
+ -- Lars Wirzenius <liw@liw.fi> Wed, 01 Jul 2015 18:14:49 +0300
obnam (1.9-1) unstable; urgency=low
diff --git a/obnamlib/__init__.py b/obnamlib/__init__.py
index 2c07cdc8..09f622c3 100644
--- a/obnamlib/__init__.py
+++ b/obnamlib/__init__.py
@@ -17,7 +17,7 @@
import cliapp
-__version__ = '1.9'
+__version__ = '1.10'
diff --git a/setup.py b/setup.py
index 242d85ce..46cec05a 100755
--- a/setup.py
+++ b/setup.py
@@ -288,7 +288,7 @@ class Check(Command):
setup(name='obnam',
- version='1.9',
+ version='1.10',
description='Backup software',
author='Lars Wirzenius',
author_email='liw@liw.fi',