summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 05ba2a5..6f6ece7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS file for summain
=====================
-Version 0.18, released UNRELEASED
+Version 0.18, released 2013-03-15
---------------------------------
* Encode binary values of extended attributes in base64.
diff --git a/debian/changelog b/debian/changelog
index 42c000d..aef3336 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-summain (0.18-1) UNRELEASED; urgency=low
+summain (0.18-1) unstable; urgency=low
* New upstream version.
* Include README, NEWS in .deb.
- -- Lars Wirzenius <liw@liw.fi> Wed, 07 Nov 2012 18:44:25 +0000
+ -- Lars Wirzenius <liw@liw.fi> Fri, 15 Mar 2013 19:51:30 +0000
summain (0.17-1) unstable; urgency=low
diff --git a/setup.py b/setup.py
index e434942..94a5190 100644
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@
from distutils.core import setup, Extension
setup(name='summain',
- version='0.17',
+ version='0.18',
description='create file manifests with checksums',
author='Lars Wirzenius',
author_email='liw@liw.fi',
diff --git a/summainlib.py b/summainlib.py
index e148760..8c3603c 100644
--- a/summainlib.py
+++ b/summainlib.py
@@ -28,7 +28,7 @@ import urllib
import _summain
-__version__ = '0.17'
+__version__ = '0.18'
class NumberNormalizer(object):