summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-12-27 18:35:26 +0200
committerLars Wirzenius <liw@liw.fi>2017-12-27 18:35:26 +0200
commitf144d0f353e870685c4b9b792e1660a4f026fcb6 (patch)
treee65b1ce2982a6d13e4151bcf9dee184c3dc0489f
parent4c094a0d61f358ec6c7e62b64e73a0ec4bcea416 (diff)
downloadick2-f144d0f353e870685c4b9b792e1660a4f026fcb6.tar.gz
Prepare to release version 0.21ick2-0.21
-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 44fdacd..6f775e1 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.20+git, not yet released
+Version 0.21, released 2017-12-27
----------------------------------
* Project may now specify parameters, and pipelines in them may use
diff --git a/debian/changelog b/debian/changelog
index bc1d862..b335f2b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-ick2 (0.20+git-1) UNRELEASED; urgency=medium
+ick2 (0.21-1) unstable; urgency=medium
* New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Sat, 16 Dec 2017 20:17:25 +0200
+ -- Lars Wirzenius <liw@liw.fi> Wed, 27 Dec 2017 18:35:26 +0200
ick2 (0.20-1) unstable; urgency=medium
diff --git a/ick2/version.py b/ick2/version.py
index 3f6419e..f6f7ff1 100644
--- a/ick2/version.py
+++ b/ick2/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.20+git"
-__version_info__ = (0, 20, '+git')
+__version__ = "0.21"
+__version_info__ = (0, 21)