summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-01-15 11:55:00 +0200
committerLars Wirzenius <liw@liw.fi>2018-01-15 11:55:00 +0200
commit282a3cc172e0febd6365228afb67cc860b34866a (patch)
tree02c6a512c85976c806ab121a0f32c7f2ae69a20a
parent0d4d458e73b7029e079f8d05e813dbe5541d0a8b (diff)
downloadick2-0.22.tar.gz
Prepare to release version 0.22ick2-0.22
-rw-r--r--NEWS2
-rw-r--r--debian/changelog4
-rw-r--r--ick2/version.py4
3 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 83507bb..f0822a5 100644
--- a/NEWS
+++ b/NEWS
@@ -17,7 +17,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-Version 0.21+git, not yet released
+Version 0.22, released 2018-01-15
----------------------------------
* The worker manager can now run things in a chroot, using the
diff --git a/debian/changelog b/debian/changelog
index 8733bea..a3104d0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-ick2 (0.21+git-1) UNRELEASED; urgency=medium
+ick2 (0.22-1) unstable; urgency=medium
* New upstream version.
* Create /var/lib/ick2/systree.
- -- Lars Wirzenius <liw@liw.fi> Wed, 27 Dec 2017 18:35:28 +0200
+ -- Lars Wirzenius <liw@liw.fi> Mon, 15 Jan 2018 11:54:59 +0200
ick2 (0.21-1) unstable; urgency=medium
diff --git a/ick2/version.py b/ick2/version.py
index 5d29e10..1198e37 100644
--- a/ick2/version.py
+++ b/ick2/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.21+git"
-__version_info__ = (0, 21, '+git')
+__version__ = "0.22"
+__version_info__ = (0, 22)