summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2012-09-29 20:08:50 +0100
committerLars Wirzenius <liw@liw.fi>2012-09-29 20:08:50 +0100
commit198ffbef45c7d05b6ebf5c60169455f8d7ea225c (patch)
tree7433ae512ae7465616487e4a128f8c5fde7ae037
parent93efe951810e1dc850a20e3cc9080a202434b500 (diff)
downloadsummain-198ffbef45c7d05b6ebf5c60169455f8d7ea225c.tar.gz
Prepare release 0.16 to fix version problem with 0.15
-rw-r--r--NEWS4
-rw-r--r--setup.py2
-rw-r--r--summainlib.py2
3 files changed, 5 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index b5a1fb0..01168a1 100644
--- a/NEWS
+++ b/NEWS
@@ -2,10 +2,12 @@ NEWS file for summain
=====================
-Version 0.15, released 2012-09-29
+Version 0.16, released 2012-09-29
---------------------------------
* Internal fixes to build system and automatic tests.
+* This release was briefly known as 0.15, but I screwed up the release
+ process.
Version 0.14, released 2012-06-30
---------------------------------
diff --git a/setup.py b/setup.py
index fa78da2..5a2a78d 100644
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@
from distutils.core import setup, Extension
setup(name='summain',
- version='0.14',
+ version='0.16',
description='create file manifests with checksums',
author='Lars Wirzenius',
author_email='liw@liw.fi',
diff --git a/summainlib.py b/summainlib.py
index 9f5090b..700646e 100644
--- a/summainlib.py
+++ b/summainlib.py
@@ -27,7 +27,7 @@ import urllib
import _summain
-__version__ = '0.15'
+__version__ = '0.16'
class NumberNormalizer(object):