summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--debian/changelog4
-rw-r--r--yarnlib/version.py4
3 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 73546eb..623a512 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ NEWS for cmdtest
This file summarizes changes between releases of cmdtest.
-Version 0.28+git, not yet released
+Version 0.29, released 2017-04-11
----------------------------------
* Add assertions and getting the next parameter match to `yarnutils`.
diff --git a/debian/changelog b/debian/changelog
index 3917288..50f555c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-cmdtest (0.28+git-1) UNRELEASED; urgency=medium
+cmdtest (0.29-1) unstable; urgency=medium
* New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Tue, 28 Mar 2017 21:12:57 +0300
+ -- Lars Wirzenius <liw@liw.fi> Tue, 11 Apr 2017 20:23:16 +0300
cmdtest (0.28-1) unstable; urgency=medium
diff --git a/yarnlib/version.py b/yarnlib/version.py
index aa7c4b7..a9a5482 100644
--- a/yarnlib/version.py
+++ b/yarnlib/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.28+git"
-__version_info__ = (0, 28, '+git')
+__version__ = "0.29"
+__version_info__ = (0, 29)