summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2012-05-23 12:16:54 +0200
committerLars Wirzenius <liw@liw.fi>2012-05-23 12:16:54 +0200
commitca936f7c5f387b097c544989a762a1e2e07c1e39 (patch)
tree7ebf3f8c2d3785f0f539a336edf15a71efca0974
parenta750aa29c29ba60b3d848c56482059c556374fa6 (diff)
downloadsummain-ca936f7c5f387b097c544989a762a1e2e07c1e39.tar.gz
Prepare release 0.13
-rw-r--r--NEWS3
-rw-r--r--setup.py2
-rw-r--r--summainlib.py2
3 files changed, 4 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index f1138f6..eedaf87 100644
--- a/NEWS
+++ b/NEWS
@@ -2,11 +2,12 @@ NEWS file for summain
=====================
-Version 0.13, released UNRELEASED
+Version 0.13, released 2012-05-23
---------------------------------
* Bug fix: Summain now fails if the filename given on the command line
does not exist.
+* Added xattrs support.
Version 0.12, released 2012-02-25
---------------------------------
diff --git a/setup.py b/setup.py
index b93638d..a43c39f 100644
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@
from distutils.core import setup, Extension
setup(name='summain',
- version='0.12',
+ version='0.13',
description='create file manifests with checksums',
author='Lars Wirzenius',
author_email='liw@liw.fi',
diff --git a/summainlib.py b/summainlib.py
index 93d3737..a392d4c 100644
--- a/summainlib.py
+++ b/summainlib.py
@@ -27,7 +27,7 @@ import urllib
import _summain
-__version__ = '0.12'
+__version__ = '0.13'
class NumberNormalizer(object):