summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--debian/changelog4
-rw-r--r--ick2version/version.py5
3 files changed, 5 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index e47fe9a..4a1802a 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.2.1+git, not yet released
+Version 0.3, released 2017-10-13
-----------------------------------
* Add rudimentary controller and worker manager. The controller
diff --git a/debian/changelog b/debian/changelog
index 87014b6..9fab869 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,11 @@
-ick2 (0.2.1+git-1) UNRELEASED; urgency=medium
+ick2 (0.3-1) unstable; urgency=medium
* New upstream version.
* Add runtime and build dependency on python-clipp.
* Add build dep on pycodestyle, pylint3, python-requests,
python3-requests, cmdtest (for yarn), python3-cryptography.
- -- Lars Wirzenius <liw@liw.fi> Sat, 01 Apr 2017 20:09:03 +0300
+ -- Lars Wirzenius <liw@liw.fi> Fri, 13 Oct 2017 10:36:14 +0300
ick2 (0.2.1-1) unstable; urgency=medium
diff --git a/ick2version/version.py b/ick2version/version.py
index 8725d68..8154561 100644
--- a/ick2version/version.py
+++ b/ick2version/version.py
@@ -1,3 +1,2 @@
-__version__ = '0.2.1+git'
-__version_info__ = (0, 2, 1, '+git')
-
+__version__ = "0.3"
+__version_info__ = (0, 3)