[27743] in Source-Commits
python-afs commit: Release 0.2.2
daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Wed Feb 26 16:22:03 2014
Date: Wed, 26 Feb 2014 16:21:56 -0500
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201402262121.s1QLLu8X015772@drugstore.mit.edu>
To: source-commits@MIT.EDU
https://github.com/mit-athena/python-afs/commits/42630c33d68b9d63d8c0100c545ec523b284a9bf
commit 42630c33d68b9d63d8c0100c545ec523b284a9bf
Author: Jonathan Reed <jdreed@mit.edu>
Date: Fri Feb 21 12:05:17 2014 -0500
Release 0.2.2
Release 0.2.2 with pioctl wrappers that actually save errno
setup.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/setup.py b/setup.py
index 6b78bb9..378c7dc 100755
--- a/setup.py
+++ b/setup.py
@@ -39,7 +39,7 @@ def PyAFSExtension(module, *args, **kwargs):
setup(
name="PyAFS",
- version="0.2.1",
+ version="0.2.2",
description="PyAFS - Python bindings for AFS",
author="Evan Broder",
author_email="broder@mit.edu",