summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-04-01 20:09:01 +0300
committerLars Wirzenius <liw@liw.fi>2017-04-01 20:09:01 +0300
commiteffa4b9a309c40c9c4736d34ee729a817ae0d334 (patch)
treef1ae3a0ea70e5d54ca293b99c3b6ca176f2a86e6
parentdd36e7db36f3c62b71d7ef238f903f10015b0633 (diff)
downloadick2-0.2.1.tar.gz
Prepare to release version 0.2.1ick2-0.2.1
-rw-r--r--NEWS2
-rw-r--r--debian/changelog4
-rw-r--r--ick2lib/version.py4
3 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 3883e60..63aca14 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS for ick2, a CI server
=============================================================================
-Version 0.2+git, not yet released
+Version 0.2.1, released 2017-04-01
---------------------------------
diff --git a/debian/changelog b/debian/changelog
index 85b1ae8..cf86095 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-ick2 (0.2+git-1) UNRELEASED; urgency=medium
+ick2 (0.2.1-1) unstable; urgency=medium
* New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Sat, 01 Apr 2017 19:54:06 +0300
+ -- Lars Wirzenius <liw@liw.fi> Sat, 01 Apr 2017 20:09:01 +0300
ick2 (0.2-1) unstable; urgency=medium
diff --git a/ick2lib/version.py b/ick2lib/version.py
index 6b53a69..a8f5b9c 100644
--- a/ick2lib/version.py
+++ b/ick2lib/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.2+git"
-__version_info__ = (0, 2, '+git')
+__version__ = "0.2.1"
+__version_info__ = (0, 2, 1)