From c8600b06672617b48d7efd46d443a3769ae868b1 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Sat, 9 Apr 2016 17:26:49 +0200 Subject: [PATCH] Bump version to 0.5.6 Pending commits fix compilation issues due to sign-compare, let's make a very much overdue release. --- NEWS | 13 +++++++++++++ README.rst | 2 +- doc/conf.py | 4 ++-- setup.py | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index b4a099b..526c085 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,19 @@ News ==== +Version 0.5.6 +------------- + +*released Sat, 09 Apr 2016* + +Small bugfix release: + +* Fixes some sign-compare warnings +* Fixes potential name truncation in merge_ns() +* Fixes building on systems which don't have ENODATA + +Tested with Python 2.7.11, Python 3.5.1 and PyPy 5.0.1. + Version 0.5.5 ------------- diff --git a/README.rst b/README.rst index 4d6aa5b..b3b314c 100644 --- a/README.rst +++ b/README.rst @@ -6,7 +6,7 @@ to the extended attributes for filesystem objects available in some operating systems. Downloads: go to http://pyxattr.k1024.org/downloads/. Latest -version is 0.5.5. The source repository is either at +version is 0.5.6. The source repository is either at http://git.k1024.org/pyxattr.git or at https://github.com/iustin/pyxattr. diff --git a/doc/conf.py b/doc/conf.py index fd9d7c0..77f6b68 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -48,9 +48,9 @@ copyright = u'2002, 2003, 2006, 2008, 2012, 2013, 2014, 2015, Iustin Pop' # built documents. # # The short X.Y version. -version = '0.5.5' +version = '0.5.6' # The full version, including alpha/beta/rc tags. -release = '0.5.5' +release = '0.5.6' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 599f5b7..f580b19 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.5" +version = "0.5.6" author = "Iustin Pop" author_email = "iustin@k1024.org" macros = [ -- 2.39.2