summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2014-03-15 10:57:05 +0000
committerLars Wirzenius <liw@liw.fi>2014-03-15 10:57:05 +0000
commit2d269ca9bfb4c042deac7f93073d482cc32beb17 (patch)
tree9f4a05de0190ea0c55254fe98eb8d49002d0f771
parent56e992a974a82ef9a7569c40874aca5dee694d23 (diff)
downloadsummain-2d269ca9bfb4c042deac7f93073d482cc32beb17.tar.gz
Prepare release version 0.19summain-0.19
-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 e1c48aa..dcf4df7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS file for summain
=====================
-Version 0.19, released UNRELEASed
+Version 0.19, released 2014-03-15
---------------------------------
* FreeBSD portability fixes by Itamar Turner-Trauring of
diff --git a/debian/changelog b/debian/changelog
index aef3336..8ab6047 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+summain (0.19-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Lars Wirzenius <liw@liw.fi> Sat, 15 Mar 2014 10:56:34 +0000
+
summain (0.18-1) unstable; urgency=low
* New upstream version.
diff --git a/setup.py b/setup.py
index 94a5190..f569e94 100644
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@
from distutils.core import setup, Extension
setup(name='summain',
- version='0.18',
+ version='0.19',
description='create file manifests with checksums',
author='Lars Wirzenius',
author_email='liw@liw.fi',
diff --git a/summainlib.py b/summainlib.py
index 8219df6..ce5d130 100644
--- a/summainlib.py
+++ b/summainlib.py
@@ -29,7 +29,7 @@ import errno
import _summain
-__version__ = '0.18'
+__version__ = '0.19'
class NumberNormalizer(object):