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 90af346..60fd4b4 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ NEWS for cmdtest
This file summarizes changes between releases of cmdtest.
-Version 0.24+git, not yet released
+Version 0.25, released 2016-07-18
----------------------------------
* Fixed yarn manual page examples to say `DATADIR` instead of
diff --git a/debian/changelog b/debian/changelog
index aacfc39..ac049fc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-cmdtest (0.24+git-1) UNRELEASED; urgency=medium
+cmdtest (0.25-1) unstable; urgency=medium
* New upstream version.
* Fix yarn manual page to use right env var in examples.
DATADIR, not TESTDIR. (Closes: #823912)
- -- Lars Wirzenius <liw@liw.fi> Mon, 18 Apr 2016 22:03:19 +0300
+ -- Lars Wirzenius <liw@liw.fi> Mon, 18 Jul 2016 21:20:57 +0300
cmdtest (0.24-1) unstable; urgency=medium
diff --git a/yarnlib/version.py b/yarnlib/version.py
index 916e71c..2043bcd 100644
--- a/yarnlib/version.py
+++ b/yarnlib/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.24+git"
-__version_info__ = (0, 24, '+git')
+__version__ = "0.25"
+__version_info__ = (0, 25)