summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2012-01-23 09:50:01 -0800
committerBob Ippolito <bob@redivi.com>2012-01-23 09:50:01 -0800
commit6b6f61eb97e5456bb52edd23acb9ca534f2a1f08 (patch)
treecd856d6d2954966fe99ba63668583f38d441cc07
parent466eb1273bf5dfb58fec75428bc7c3785adbf17d (diff)
downloadxattr-6b6f61eb97e5456bb52edd23acb9ca534f2a1f08.tar.gz
bump version to 0.6.3v0.6.3
-rw-r--r--CHANGES.txt5
-rw-r--r--setup.py2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 9b39b30..e355956 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,8 @@
+Version 0.6.3 released 2012-01-23
+
+* Fix tests for Linux, allow xattr on symlinks
+ https://github.com/xattr/xattr/pull/4
+
Version 0.6.2 released 2011-08-17
* Bug fix in Solaris support
diff --git a/setup.py b/setup.py
index f798f5d..01a6e5b 100644
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@ ez_setup.use_setuptools()
from setuptools import setup, Extension
-VERSION = '0.6.2'
+VERSION = '0.6.3'
DESCRIPTION = "Python wrapper for extended filesystem attributes"
LONG_DESCRIPTION = """
Extended attributes extend the basic attributes of files and directories