Skip to content

Commit

Permalink
Bump version numbers for new release
Browse files Browse the repository at this point in the history
Only 4+ years…
  • Loading branch information
iustin committed Nov 14, 2019
1 parent c6bbfc6 commit a712732
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 7 deletions.
17 changes: 17 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
News
====

Version 0.5.4
-------------

*released Thu, 14 Nov 2019*

Maintenance release:

- Switch build system to Python 3 by default (can be overridden if
needed).
- Internal improvements for better cpychecker support.
- Fix compatibility with PyPy.
- Test improvements (both local and on Travis), testing more variations
(debug, PyPy).
- Improve test coverage, and allow gathering test coverage results.
- Drop support (well, drop testing) for Python lower than 2.7.
- Minor documentation improvements (closes #9, #12).

Version 0.5.3
-------------

Expand Down
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ This is a Python 2.7+ extension module allows you to manipulate the
POSIX.1e Access Control Lists present in some OS/file-systems
combinations.

Downloads: go to http://pylibacl.k1024.org/downloads. Latest
version is 0.5.3. The source repository is either
at `<git://git.k1024.org/pylibacl.git>`_ or
at https://github.com/iustin/pylibacl.
Downloads: go to http://pylibacl.k1024.org/downloads. Latest version
is 0.5.4. The source repository is either at
https://git.k1024.org/pylibacl.git or at
https://github.com/iustin/pylibacl.

For any issues, please file bugs at
https://github.com/iustin/pylibacl/issues.
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.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 @@ -30,7 +30,7 @@
implements POSIX ACLs manipulation. It is a wrapper on top
of the systems's acl C library - see acl(5)."""

version = "0.5.3"
version = "0.5.4"

setup(name="pylibacl",
version=version,
Expand Down

0 comments on commit a712732

Please sign in to comment.