summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2012-09-29 17:59:16 +0100
committerLars Wirzenius <liw@liw.fi>2012-09-29 17:59:16 +0100
commit467a0d014fb718631c70c5a1352de8b44bd5b12f (patch)
tree8b3199618cae8b071141297c0acce6cb34f10480
parent86f6f6b21d086f131c7218e10a96e880c1567d6a (diff)
downloadcmdtest-467a0d014fb718631c70c5a1352de8b44bd5b12f.tar.gz
Prepare release version 0.5obnam-0.5cmdtest-0.5
-rw-r--r--NEWS7
-rw-r--r--cmdtestlib.py2
-rw-r--r--debian/changelog6
3 files changed, 14 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f7a9bf9..855fd01 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,13 @@ NEWS for cmdtest
This file summarizes changes between releases of cmdtest.
+Version 0.5, released 2012-09-29
+--------------------------------
+
+* Version 0.4 may or may not have released. If it was, it should have had
+ internal changes only.
+* Add missing copy of GPLv3. Reported by Michel Alexandre Salim.
+
Version 0.3, released 2012-02-24
--------------------------------
diff --git a/cmdtestlib.py b/cmdtestlib.py
index 5784be3..0b1684b 100644
--- a/cmdtestlib.py
+++ b/cmdtestlib.py
@@ -14,7 +14,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-__version__ = '0.4'
+__version__ = '0.5'
import os
diff --git a/debian/changelog b/debian/changelog
index 9fe7cae..353dc8a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cmdtest (0.5-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Lars Wirzenius <liw@liw.fi> Sat, 29 Sep 2012 17:59:02 +0100
+
cmdtest (0.4-1) unstable; urgency=low
* debian/control: Bumped Standards-Version. No other changed needed.