summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-04-01 19:49:25 +0300
committerLars Wirzenius <liw@liw.fi>2017-04-01 19:49:25 +0300
commitff5963e3fc17c6e662171fd2ad5f3be1efc05ae6 (patch)
treeb48373c7a24c1ff9be0ff3e6fea923ac9a70a4a0
parent870b1ba4e5422b8c4157ad4531b4f8970c8a8b65 (diff)
downloadick2-0.1.tar.gz
Prepare to release version 0.1ick2-0.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 761dbb5..74a16e2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS for ick2, a CI server
=============================================================================
-Version 0.0, not yet released
+Version 0.1, released 2017-04-01
-----------------------------------------------------------------------------
This is the first version.
diff --git a/debian/changelog b/debian/changelog
index 9cf7638..71854cb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
-ick2 (0.0-0) UNRELEASED; urgency=low
+ick2 (0.1-1) unstable; urgency=low
* Initial packaging. This is not intended to be uploaded to Debian, so
no closing of an ITP bug.
- -- Lars Wirzenius <liw@liw.fi> Sat, 08 May 2010 11:10:24 +1200
+ -- Lars Wirzenius <liw@liw.fi> Sat, 01 Apr 2017 19:49:25 +0300
diff --git a/ick2lib/version.py b/ick2lib/version.py
index 9e74f14..cb8d60a 100644
--- a/ick2lib/version.py
+++ b/ick2lib/version.py
@@ -1,2 +1,2 @@
-__version__ = '0.0'
-__version_info__ = (0, 0)
+__version__ = "0.1"
+__version_info__ = (0, 1)