Skip to content

Commit

Permalink
Bump version for 0.5.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
iustin committed Apr 30, 2015
1 parent ba217ae commit 1c1acd9
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 6 deletions.
11 changes: 11 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
News
====

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

FreeBSD fixes:

- Enable all FreeBSD versions after 7.x at level 2 (thanks to Garrett
Cooper).
- Make test suite pass under FreeBSD, which has a stricter behaviour
with regards to invalid ACLs (which we do exercise in the test suite),
thanks again to Garret for the bug reports.

Version 0.5.2
-------------

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 @@ 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.2. The source repository is either
version is 0.5.3. The source repository is either
at `<git://git.k1024.org/pylibacl.git>`_ or
at https://github.com/iustin/pylibacl.

Expand All @@ -33,7 +33,7 @@ Solaris does, but I can't test it.
License
-------

pylibacl is Copyright (C) 2002-2009, 2012, 2014 Iustin Pop.
pylibacl is Copyright (C) 2002-2009, 2012, 2014, 2015 Iustin Pop.

pylibacl 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'pylibacl'
copyright = u'2002-2009, 2012, 2014, Iustin Pop'
copyright = u'2002-2009, 2012, 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.2'
version = '0.5.3'
# The full version, including alpha/beta/rc tags.
release = '0.5.2'
release = '0.5.3'

# 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.2"
version = "0.5.3"

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

0 comments on commit 1c1acd9

Please sign in to comment.