summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-06-25 13:30:00 +0300
committerLars Wirzenius <liw@liw.fi>2017-06-25 13:30:00 +0300
commit21233eda9ce53d0c4fa0c6c4ea2bac46fff0fed3 (patch)
tree10296b60cd4404707be6438942b04cb9b7b8f339
parent4194f66093e03c1cb6fe385d8ee892509fe57e5a (diff)
downloadobnam-21233eda9ce53d0c4fa0c6c4ea2bac46fff0fed3.tar.gz
Prepare to release version 1.22obnam-1.22
-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 24a10798..db0a9601 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.21+git, not yet released
+Version 1.22, released 2017-06-25
----------------------------------
* Lars Wirzenius made Obnam log the full text of an Obnam
diff --git a/debian/changelog b/debian/changelog
index 4bf70280..dc539cd6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-obnam (1.21+git-1) UNRELEASED; urgency=medium
+obnam (1.22-1) unstable; urgency=medium
* New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Thu, 29 Dec 2016 17:11:56 +0200
+ -- Lars Wirzenius <liw@liw.fi> Sun, 25 Jun 2017 13:30:00 +0300
obnam (1.21-1) unstable; urgency=medium
diff --git a/obnamlib/version.py b/obnamlib/version.py
index 9691c71f..457fe869 100644
--- a/obnamlib/version.py
+++ b/obnamlib/version.py
@@ -1,2 +1,2 @@
-__version__ = "1.21+git"
-__version_info__ = (1, 21, '+git')
+__version__ = "1.22"
+__version_info__ = (1, 22)