summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-10-25 09:24:29 +0200
committerLars Wirzenius <liw@liw.fi>2015-10-25 09:24:29 +0200
commit2647cb4f1a3311e9861d1953fbcafce61d86a09a (patch)
treed30b478b01b99f037e97dda0450378639e130095
parent8536a791c876b5e1538158f9d17c5a391c2c75a0 (diff)
downloadsummain-0.20.tar.gz
Prepare release 0.20summain-0.20
-rw-r--r--NEWS2
-rw-r--r--debian/changelog4
-rw-r--r--setup.py2
-rw-r--r--summainlib.py2
4 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 7a2b9d0..aa1e6fa 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS file for summain
=====================
-Version 0.20, released UNRELEASED
+Version 0.20, released 2015-10-25
---------------------------------
* Updated `_summainmodule.c` with changes made on `_obnammodule.c` in
diff --git a/debian/changelog b/debian/changelog
index 30f9d3e..46e1771 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,11 @@
-summain (0.20-1) UNRELEASED; urgency=low
+summain (0.20-1) unstable; urgency=low
* New upstream version.
* debian/control: Update Standards-Version to 3.9.5. No further
changes required.
* Build-depend on pep8, pylint.
- -- Lars Wirzenius <liw@liw.fi> Sat, 29 Mar 2014 12:45:52 +0000
+ -- Lars Wirzenius <liw@liw.fi> Sun, 25 Oct 2015 09:24:06 +0200
summain (0.19-1) unstable; urgency=low
diff --git a/setup.py b/setup.py
index f569e94..5355c79 100644
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@
from distutils.core import setup, Extension
setup(name='summain',
- version='0.19',
+ version='0.20',
description='create file manifests with checksums',
author='Lars Wirzenius',
author_email='liw@liw.fi',
diff --git a/summainlib.py b/summainlib.py
index c66ecb5..d5ea048 100644
--- a/summainlib.py
+++ b/summainlib.py
@@ -28,7 +28,7 @@ import errno
import _summain
-__version__ = '0.19'
+__version__ = '0.20'
class NumberNormalizer(object):