summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-07-02 14:23:46 +0300
committerLars Wirzenius <liw@liw.fi>2015-07-02 14:23:46 +0300
commit872380e39d0f524d78624a3b75ccac306b85fca2 (patch)
tree844f86549a82a9ce21fcf450d396f62a22cc7cb8
parent6cd391ea99e0e618c158bd2b22bafe626ec3d7b8 (diff)
downloadobnam-872380e39d0f524d78624a3b75ccac306b85fca2.tar.gz
Bump version number to 1.11, because ick
-rw-r--r--NEWS4
-rw-r--r--debian/changelog2
-rw-r--r--obnamlib/__init__.py2
-rwxr-xr-xsetup.py2
4 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 31639d96..fc9fa53e 100644
--- a/NEWS
+++ b/NEWS
@@ -3,8 +3,8 @@ Obnam NEWS
This file summarizes changes between releases of Obnam.
-Version 1.10.1, released 2015-07-02
------------------------------------
+Version 1.11, released 2015-07-02
+---------------------------------
* The 1.10 release failed to correctly include the Green Albatross
code, due to a missing line in `setup.py`. This has been fixed.
diff --git a/debian/changelog b/debian/changelog
index a2c0f630..e23279d1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-obnam (1.10.1) unstable; urgency=medium
+obnam (1.11) unstable; urgency=medium
* New upstream version. Fixes the "import fmt_ga" failure.
* Change source package format to 3.0 (quilt).
diff --git a/obnamlib/__init__.py b/obnamlib/__init__.py
index f83bd62d..d4b5e451 100644
--- a/obnamlib/__init__.py
+++ b/obnamlib/__init__.py
@@ -17,7 +17,7 @@
import cliapp
-__version__ = '1.10.1'
+__version__ = '1.11'
diff --git a/setup.py b/setup.py
index 9742844c..576df066 100755
--- a/setup.py
+++ b/setup.py
@@ -288,7 +288,7 @@ class Check(Command):
setup(name='obnam',
- version='1.10.1',
+ version='1.11',
description='Backup software',
author='Lars Wirzenius',
author_email='liw@liw.fi',