Skip to content

Commit

Permalink
Bump version for 0.5.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
iustin committed Apr 30, 2015
1 parent 4a2c57f commit d2c3f6e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
-------------

Expand Down
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,16 @@

# 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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
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 = "[email protected]"
macros = [
Expand Down

0 comments on commit d2c3f6e

Please sign in to comment.