From bc98537a385fb64e91ffe2cbda5720bcf458f153 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Thu, 3 Jan 2013 21:45:14 +0100 Subject: [PATCH] Bump version and update NEWS for the 0.5.2 release All tests pass, let's release! --- NEWS | 9 +++++++++ setup.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index aace59c..84d4ca4 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,15 @@ News ==== +Version 0.5.2 +------------- + +Bug-fix release. Thanks to Michał Górny, it looked like the library had +problem running under pypy, but actually there was a bug in the +PyArg_ParseTuple use of et# (signed vs. unsigned, and lack of compiler +warnings). This was fixed, and now the test suite passed with many +CPython versions and PyPy (version 1.9). + Version 0.5.1 ------------- diff --git a/setup.py b/setup.py index a2ecc46..c18e054 100755 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ except ImportError: long_desc = """This is a C extension module for Python which implements extended attributes manipulation. It is a wrapper on top of the attr C library - see attr(5).""" -version = "0.5.1" +version = "0.5.2" author = "Iustin Pop" author_email = "iusty@k1024.org" macros = [ -- 2.39.2