[27532] in Source-Commits
python-afs commit: Release a new upstream version
daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Tue Nov 12 18:27:58 2013
Date: Tue, 12 Nov 2013 18:27:51 -0500
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201311122327.rACNRp6Q018796@drugstore.mit.edu>
To: source-commits@MIT.EDU
https://github.com/mit-athena/python-afs/commits/a11a347f06973541422ab850d0472d12bd9eed84
commit a11a347f06973541422ab850d0472d12bd9eed84
Author: Jonathan Reed <jdreed@mit.edu>
Date: Fri Nov 1 14:28:22 2013 -0400
Release a new upstream version
Be bold and release version 0.2.0
debian/changelog | 7 +++++++
setup.py | 4 +++-
2 files changed, 10 insertions(+), 1 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 847a6d0..43a52fc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+python-afs (0.2.0-1) unstable; urgency=low
+
+ * Release a new version, with an afs.fs module that actually does stuff
+ * Require python 2.6 because it's not 2007 anymore.
+
+ -- Jonathan Reed <jdreed@mit.edu> Fri, 01 Nov 2013 14:22:38 -0400
+
python-afs (0.1.2-1) precise; urgency=low
* Make _init global inside of pyafs_error. (How did this ever work?)
diff --git a/setup.py b/setup.py
index fe9b865..a51dc0e 100755
--- a/setup.py
+++ b/setup.py
@@ -39,10 +39,12 @@ def PyAFSExtension(module, *args, **kwargs):
setup(
name="PyAFS",
- version="0.1.1",
+ version="0.2.0",
description="PyAFS - Python bindings for AFS",
author="Evan Broder",
author_email="broder@mit.edu",
+ maintainer="Debathena Project",
+ maintainer_email="debathena@mit.edu",
url="http://github.com/ebroder/pyafs/",
license="GPL",
requires=['Cython'],