summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml2
-rw-r--r--NEWS2
-rw-r--r--debian/changelog2
3 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a5ed489..ed816b9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "obnam"
-version = "0.2.1"
+version = "0.2.2"
authors = ["Lars Wirzenius <liw@liw.fi>"]
edition = "2018"
description = "a backup program"
diff --git a/NEWS b/NEWS
index 0e3503c..cdd50df 100644
--- a/NEWS
+++ b/NEWS
@@ -6,7 +6,7 @@ of Obnam, the backup software. The software is technically called
ended in 2017 with version number 1.22.
-## Obnam2 version 0.2.1, released 2021-01-29
+## Obnam2 version 0.2.2, released 2021-01-29
This is the first release of Obnam2. It can just barely make and
restore backups. It's ready for a light trial, but not for real use.
diff --git a/debian/changelog b/debian/changelog
index 4aaf1f3..136f47c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-obnam (0.2.1-1) unstable; urgency=low
+obnam (0.2.2-1) unstable; urgency=low
* Initial packaging. This is not intended to be uploaded to Debian, so
no closing of an ITP bug.