Skip to content

Commit

Permalink
Merge pull request #107 from xattr/release-v0.10.0
Browse files Browse the repository at this point in the history
Update version to v0.10.0
  • Loading branch information
etrepum committed Oct 24, 2022
2 parents 1ef829a + 83b5811 commit c1cda54
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGES.txt
@@ -1,3 +1,12 @@
Version 0.10.0 released 2022-10-24

* Remove exec flag from tool.py
https://github.com/xattr/xattr/pull/106
* Update the documentation to mention
the attr package and its getfattr and
setfattr tools
https://github.com/xattr/xattr/pull/103

Version 0.9.9 released 2021-12-11

* Fix regression in xattr console script
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -5,7 +5,7 @@

from setuptools import setup

VERSION = '0.9.9'
VERSION = '0.10.0'
DESCRIPTION = "Python wrapper for extended filesystem attributes"
LONG_DESCRIPTION = """
Extended attributes extend the basic attributes of files and directories
Expand Down
2 changes: 1 addition & 1 deletion xattr/__init__.py
Expand Up @@ -7,7 +7,7 @@
that exposes these extended attributes.
"""

__version__ = '0.9.9'
__version__ = '0.10.0'

from .compat import integer_types
from .lib import (XATTR_NOFOLLOW, XATTR_CREATE, XATTR_REPLACE,
Expand Down

0 comments on commit c1cda54

Please sign in to comment.