summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-02-18 23:09:36 +0000
committerLars Wirzenius <liw@liw.fi>2011-02-18 23:09:36 +0000
commit795018f2237addf0548ef420a8416ba730372550 (patch)
tree598375953f7b767607b62b9a4bad0c160c369de4
parent4707f32a416dfb8e6a6956bb1e2fe60997cc9f4b (diff)
downloadsummain-795018f2237addf0548ef420a8416ba730372550.tar.gz
Release version 0.3.version_0_3
-rw-r--r--NEWS5
-rw-r--r--debian/changelog6
-rw-r--r--setup.py4
3 files changed, 13 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 0f459f1..e4f3ecf 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,11 @@ NEWS file for summain
=====================
+Version 0.3, released 2011-02-13
+--------------------------------
+
+* Add --relative-paths option.
+
Version 0.2, released 2011-02-13
--------------------------------
diff --git a/debian/changelog b/debian/changelog
index fada8db..0dfb510 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+summain (0.3) squeeze; urgency=low
+
+ * New upstream release.
+
+ -- Lars Wirzenius <liw@liw.fi> Fri, 18 Feb 2011 23:08:45 +0000
+
summain (0.2) squeeze; urgency=low
* New upstream release.
diff --git a/setup.py b/setup.py
index 721e7f3..984a463 100644
--- a/setup.py
+++ b/setup.py
@@ -1,5 +1,5 @@
# setup.py - distutils module for Dimbola
-# Copyright (C) 2009 Lars Wirzenius <liw@liw.fi>
+# Copyright (C) 2009s Lars Wirzenius <liw@liw.fi>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -18,7 +18,7 @@
from distutils.core import setup
setup(name='summain',
- version='0.2',
+ version='0.3',
description='file manifest and checksum generator',
author='Lars Wirzenius',
author_email='liw@liw.fi',