From d2c3f6e8260844bbc3eb3ba3fe26aa58423cb585 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Thu, 30 Apr 2015 17:29:37 +0200 Subject: [PATCH] Bump version for 0.5.4 release --- NEWS | 6 ++++++ README | 4 ++-- doc/conf.py | 6 +++--- setup.py | 2 +- 4 files changed, 12 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index 06d2627..5dfdf0a 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,12 @@ News ==== +Version 0.5.4 +------------- + +Fix memory leaks on some of the error-handling paths of the `get()` +function. + Version 0.5.3 ------------- diff --git a/README b/README index 492645d..bf1472c 100644 --- a/README +++ b/README @@ -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.3. The source repository is either at +version is 0.5.4. The source repository is either at http://git.k1024.org/pyxattr.git or at https://github.com/iustin/pyxattr. @@ -24,7 +24,7 @@ installed in order to build and install the module. License ------- -pyxattr is Copyright 2002-2008, 2012, 2013, 2014 Iustin Pop. +pyxattr is Copyright 2002-2008, 2012-2015 Iustin Pop. pyxattr is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free diff --git a/doc/conf.py b/doc/conf.py index d0733cb..060ab2a 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -41,16 +41,16 @@ master_doc = 'index' # General information about the project. project = u'pyxattr' -copyright = u'2002, 2003, 2006, 2008, 2012, 2013, 2014, Iustin Pop' +copyright = u'2002, 2003, 2006, 2008, 2012, 2013, 2014, 2015, Iustin Pop' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. -version = '0.5.3' +version = '0.5.4' # The full version, including alpha/beta/rc tags. -release = '0.5.3' +release = '0.5.4' # 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 82c9747..b8f0c6f 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.3" +version = "0.5.4" author = "Iustin Pop" author_email = "iusty@k1024.org" macros = [ -- 2.39.2