summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2013-08-08 22:26:04 +0100
committerLars Wirzenius <liw@liw.fi>2013-08-08 22:26:04 +0100
commit55dffbe6380e19f1f55144e2cc9e1595e31ed0a8 (patch)
tree02381a286a4691048aae67741d43ecd4ff3c0d9f
parent1b899fac85976d69137d4685b3c8f1f18ab83f19 (diff)
downloadobnam-55dffbe6380e19f1f55144e2cc9e1595e31ed0a8.tar.gz
Prepare release version 1.5
-rw-r--r--NEWS2
-rw-r--r--README2
-rw-r--r--debian/changelog1
-rw-r--r--debian/control4
-rw-r--r--obnamlib/__init__.py2
-rw-r--r--setup.py2
6 files changed, 7 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index 0a2387bb..bffd7f4b 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ Obnam NEWS
This file summarizes changes between releases of Obnam.
-Versioe 1.5, released UNRELEASED
+Versioe 1.5, released 2013-08-08
--------------------------------
Bug fixes:
diff --git a/README b/README
index 961e3521..25dc15b2 100644
--- a/README
+++ b/README
@@ -144,7 +144,7 @@ so that can change.)
The code is covered by the GNU General Public License, version 3 or later.
-Copyright 2010, 2011, 2012 Lars Wirzenius
+Copyright 2010-2013 Lars Wirzenius
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/debian/changelog b/debian/changelog
index 6a8f64bc..de1e5139 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
obnam (1.5-1) UNRELEASED; urgency=low
* Update cmdtest build dependency to get yarn.
+ * Update larch dependencies, to get important bug fixes.
-- Lars Wirzenius <liw@liw.fi> Fri, 02 Aug 2013 08:43:29 +0100
diff --git a/debian/control b/debian/control
index f1f79718..0aaab3c6 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Standards-Version: 3.9.3
Build-Depends: debhelper (>= 7.3.8),
python-all-dev (>= 2.6.3~3),
python-coverage-test-runner (>= 1.8~),
- python-larch (>= 1.20130316~),
+ python-larch (>= 1.20130808~),
python-ttystatus (>= 0.22~),
python-paramiko,
python-tracing (>= 0.6~),
@@ -24,7 +24,7 @@ Package: obnam
Provides: python-obnam
Architecture: linux-any
Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends},
- python-larch (>= 1.20130316~),
+ python-larch (>= 1.20130808~),
python-ttystatus (>= 0.22~),
python-paramiko,
python-tracing (>= 0.6~),
diff --git a/obnamlib/__init__.py b/obnamlib/__init__.py
index 4ad5900d..e4900870 100644
--- a/obnamlib/__init__.py
+++ b/obnamlib/__init__.py
@@ -17,7 +17,7 @@
import cliapp
-__version__ = '1.4'
+__version__ = '1.5'
diff --git a/setup.py b/setup.py
index cc9872c6..92d10ade 100644
--- a/setup.py
+++ b/setup.py
@@ -158,7 +158,7 @@ class Check(Command):
setup(name='obnam',
- version='1.4',
+ version='1.5',
description='Backup software',
author='Lars Wirzenius',
author_email='liw@liw.fi',