[Opensrf-commits] r1184 - trunk/src/python
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Dec 26 09:48:05 EST 2007
Author: erickson
Date: 2007-12-26 09:25:29 -0500 (Wed, 26 Dec 2007)
New Revision: 1184
Modified:
trunk/src/python/setup.py
Log:
changed osrf python version from 1.2. to 1.0 to match opensrf
Modified: trunk/src/python/setup.py
===================================================================
--- trunk/src/python/setup.py 2007-12-23 02:31:38 UTC (rev 1183)
+++ trunk/src/python/setup.py 2007-12-26 14:25:29 UTC (rev 1184)
@@ -5,7 +5,7 @@
dir = os.path.dirname(__file__)
setup(name='OpenSRF',
- version='1.2',
+ version='1.0',
# requires is not actually implemented in distutils
# requires=['memcache', 'pyxmpp', 'simplejson'],
description='OpenSRF Python Modules',
More information about the opensrf-commits
mailing list