summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2012-12-16 22:01:27 +0000
committerLars Wirzenius <liw@liw.fi>2012-12-16 22:01:27 +0000
commit638afdc5842fda1a00f773f2d342874b72508f5f (patch)
tree2412b82d520b73511bb4f12672040acbb9f735e8
parentae4bc683d473fe8861ced6a3fde5e4f285e62a14 (diff)
downloadobnam-638afdc5842fda1a00f773f2d342874b72508f5f.tar.gz
Prepare release version 1.3obnam-1.3
-rw-r--r--NEWS2
-rw-r--r--debian/changelog5
-rw-r--r--obnamlib/__init__.py2
-rw-r--r--setup.py2
4 files changed, 6 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index b1573fc8..330ca10d 100644
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,7 @@ Obnam NEWS
This file summarizes changes between releases of Obnam.
-Version X.Y, released UNRELEASED
+Version 1.3, released 2012-12-16
--------------------------------
* When creating files in the backup repository, Obnam tries to avoid NFS
diff --git a/debian/changelog b/debian/changelog
index 9eec930d..96f93df0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,11 @@
-obnam (1.3-1) UNRELEASED; urgency=low
+obnam (1.3-1) unstable; urgency=low
+ * New upstream release.
* Added Gaudenz Steinlin as an uploader.
* debian/control: Bump build-dependency on summain to be 0.17 or newer,
to deal with new test case for empty xattr values.
- -- Lars Wirzenius <liw@liw.fi> Sun, 07 Oct 2012 10:27:36 +0100
+ -- Lars Wirzenius <liw@liw.fi> Sun, 16 Dec 2012 22:00:46 +0000
obnam (1.2-1) unstable; urgency=low
diff --git a/obnamlib/__init__.py b/obnamlib/__init__.py
index 006f4b91..d4df84cd 100644
--- a/obnamlib/__init__.py
+++ b/obnamlib/__init__.py
@@ -17,7 +17,7 @@
import cliapp
-__version__ = '1.2'
+__version__ = '1.3'
diff --git a/setup.py b/setup.py
index adc39668..13d851ef 100644
--- a/setup.py
+++ b/setup.py
@@ -135,7 +135,7 @@ class Check(Command):
setup(name='obnam',
- version='1.2',
+ version='1.3',
description='Backup software',
author='Lars Wirzenius',
author_email='liw@liw.fi',