summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-12-29 17:11:54 +0200
committerLars Wirzenius <liw@liw.fi>2016-12-29 17:11:54 +0200
commit823470da193be3a971071a0d1417b9d4fff896f8 (patch)
treea2b72553f0c28e53ed373667f73ca08fc8739a41
parent89999c0eec3323341d2d7adc13b5c11df7c7866f (diff)
downloadobnam-823470da193be3a971071a0d1417b9d4fff896f8.tar.gz
Prepare to release version 1.21obnam-1.21
-rw-r--r--NEWS2
-rw-r--r--debian/changelog4
-rw-r--r--obnamlib/version.py4
3 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 720aeb7d..4986641f 100644
--- a/NEWS
+++ b/NEWS
@@ -8,7 +8,7 @@ development, called `green-albatross-20160813`. It is **NOT** meant
for real use. It is likely to change in incompatible ways without
warning. DO NOT USE it unless you're willing to lose your backup.
-Version 1.20.3+git, not yet released
+Version 1.21, released 2016-12-29
------------------------------------
* Disable bind-mount detection for `--one-filesystem`.
diff --git a/debian/changelog b/debian/changelog
index cb302026..8da4a918 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-obnam (1.20.3+git-1) UNRELEASED; urgency=medium
+obnam (1.21-1) unstable; urgency=medium
* New upstream version.
- Fix --one-filesystem bug (Closes: #849596)
- -- Lars Wirzenius <liw@liw.fi> Thu, 15 Dec 2016 11:19:43 +0100
+ -- Lars Wirzenius <liw@liw.fi> Thu, 29 Dec 2016 17:11:54 +0200
obnam (1.20.3-1) unstable; urgency=medium
diff --git a/obnamlib/version.py b/obnamlib/version.py
index 399011f3..8ced16cb 100644
--- a/obnamlib/version.py
+++ b/obnamlib/version.py
@@ -1,2 +1,2 @@
-__version__ = "1.20.3+git"
-__version_info__ = (1, 20, 3, '+git')
+__version__ = "1.21"
+__version_info__ = (1, 21)