summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2012-02-25 14:48:47 +0000
committerLars Wirzenius <liw@liw.fi>2012-02-25 14:48:47 +0000
commitdf2e231e355c0cd844196953f5a0f18bd0e21f61 (patch)
treebd641e77135b2c46d8ebc0a3a1a65887dc0402b5
parentd06de65db3485f602c8e25335f293754fbc81315 (diff)
downloadsummain-df2e231e355c0cd844196953f5a0f18bd0e21f61.tar.gz
Prepare for release 0.12
-rw-r--r--NEWS2
-rw-r--r--debian/changelog6
-rw-r--r--setup.py2
-rw-r--r--summainlib.py2
4 files changed, 9 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 8e6b966..4687d4c 100644
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,7 @@ NEWS file for summain
=====================
-Version 0.12, released 2012-02-11
+Version 0.12, released 2012-02-25
---------------------------------
* Bug in mangling relative paths fixed: previously the whole path was
diff --git a/debian/changelog b/debian/changelog
index 656996e..0dc5799 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+summain (0.12-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Lars Wirzenius <liw@liw.fi> Sat, 25 Feb 2012 14:48:20 +0000
+
summain (0.11-1) unstable; urgency=low
* New upstream version.
diff --git a/setup.py b/setup.py
index f7812f9..b93638d 100644
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@
from distutils.core import setup, Extension
setup(name='summain',
- version='0.11',
+ version='0.12',
description='create file manifests with checksums',
author='Lars Wirzenius',
author_email='liw@liw.fi',
diff --git a/summainlib.py b/summainlib.py
index 475a060..784efe5 100644
--- a/summainlib.py
+++ b/summainlib.py
@@ -27,7 +27,7 @@ import urllib
import _summain
-__version__ = '0.11'
+__version__ = '0.12'
class NumberNormalizer(object):