summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2013-11-30 12:46:47 +0000
committerLars Wirzenius <liw@liw.fi>2013-11-30 12:46:47 +0000
commit5808b7ef98e189b37171158e7ca95ff055b14864 (patch)
tree62864bb2a2c2cd3cbc0d801ee6528c032d581097
parentbdcf1088cc46c726fca3170b7e9610c979ac1459 (diff)
downloadobnam-5808b7ef98e189b37171158e7ca95ff055b14864.tar.gz
Prepare release 1.6.1obnam-1.6.1
-rw-r--r--NEWS5
-rw-r--r--debian/changelog6
-rw-r--r--obnamlib/__init__.py2
-rw-r--r--setup.py2
4 files changed, 13 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index bfc05451..890ddbdb 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,11 @@ Obnam NEWS
This file summarizes changes between releases of Obnam.
+Version 1.6.1, released 2013-11-30
+----------------------------------
+
+* Fix Debian package dependencies correctly.
+
Version 1.6, released 2013-11-30
--------------------------------
diff --git a/debian/changelog b/debian/changelog
index 5c086db6..221ffecd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+obnam (1.6.1-1) unstable; urgency=low
+
+ * Really fix dependencies on python-larch
+
+ -- Lars Wirzenius <liw@liw.fi> Sat, 30 Nov 2013 12:46:30 +0000
+
obnam (1.6-1) unstable; urgency=low
* New upstream version.
diff --git a/obnamlib/__init__.py b/obnamlib/__init__.py
index 026cf779..a9c8c7ae 100644
--- a/obnamlib/__init__.py
+++ b/obnamlib/__init__.py
@@ -17,7 +17,7 @@
import cliapp
-__version__ = '1.6'
+__version__ = '1.6.1'
diff --git a/setup.py b/setup.py
index 265db745..8c9c7c39 100644
--- a/setup.py
+++ b/setup.py
@@ -158,7 +158,7 @@ class Check(Command):
setup(name='obnam',
- version='1.6',
+ version='1.6.1',
description='Backup software',
author='Lars Wirzenius',
author_email='liw@liw.fi',