Skip to content

Commit

Permalink
Bump version to 0.5.6
Browse files Browse the repository at this point in the history
Pending commits fix compilation issues due to sign-compare, let's make
a very much overdue release.
  • Loading branch information
iustin committed Apr 9, 2016
1 parent e35b647 commit c8600b0
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
-------------

Expand Down
2 changes: 1 addition & 1 deletion README.rst
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.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.

Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
# 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.
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.5"
version = "0.5.6"
author = "Iustin Pop"
author_email = "[email protected]"
macros = [
Expand Down

0 comments on commit c8600b0

Please sign in to comment.