summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-03-22 16:20:45 +0200
committerLars Wirzenius <liw@liw.fi>2015-03-22 16:20:45 +0200
commite5ced578957df863f37842745cacf9d14ac87364 (patch)
treeffd1d552ff122381762a95121f111c232112c1a6
parent4ce252c44d03c31072803743eb4886ac3e426da2 (diff)
downloadobnam-1.9.tar.gz
Prepare for release 1.9obnam-1.9
-rw-r--r--NEWS2
-rw-r--r--README2
-rw-r--r--debian/changelog4
-rw-r--r--obnamlib/__init__.py2
-rwxr-xr-xsetup.py2
5 files changed, 6 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index 94dfdbee..79152fb4 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ Obnam NEWS
This file summarizes changes between releases of Obnam.
-Version 1.9, released UNRELEASED
+Version 1.9, released 2015-03-22
--------------------------------
New features:
diff --git a/README b/README
index 2241d11f..62032740 100644
--- a/README
+++ b/README
@@ -154,7 +154,7 @@ so that can change.)
This entire work is covered by the GNU General Public
License, version 3 or later.
-> Copyright 2010-2014 Lars Wirzenius
+> Copyright 2010-2015 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 590c8841..7bbc8abb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-obnam (1.9-1) UNRELEASED; urgency=low
+obnam (1.9-1) unstable; urgency=low
* Update debian/copyright years. Thanks to Jan Niggemann.
* Add build and runtime dependencies on python-yaml, since it is now
needed by the "simple" format.
- -- Lars Wirzenius <liw@liw.fi> Sun, 10 Aug 2014 17:35:58 +0300
+ -- Lars Wirzenius <liw@liw.fi> Sun, 22 Mar 2015 16:20:31 +0200
obnam (1.8-1) unstable; urgency=low
diff --git a/obnamlib/__init__.py b/obnamlib/__init__.py
index 322ece94..97d8cfdf 100644
--- a/obnamlib/__init__.py
+++ b/obnamlib/__init__.py
@@ -17,7 +17,7 @@
import cliapp
-__version__ = '1.8'
+__version__ = '1.9'
diff --git a/setup.py b/setup.py
index 15f37f91..169fe2dd 100755
--- a/setup.py
+++ b/setup.py
@@ -285,7 +285,7 @@ class Check(Command):
setup(name='obnam',
- version='1.8',
+ version='1.9',
description='Backup software',
author='Lars Wirzenius',
author_email='liw@liw.fi',