summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorFabio Tranchitella <fabio@tranchitella.eu>2009-12-23 21:51:52 +0000
committerFabio Tranchitella <fabio@tranchitella.eu>2009-12-23 21:51:52 +0000
commitb2e3aae745775b064ded9b487938cb9c24864b39 (patch)
tree7d2eca3e9c4f667fc0530d63e1fabed919bcbfe0 /setup.py
parent16e6f227ecb02b9f07f3dfa7d8161f0d792a11f6 (diff)
downloadzope-location-b2e3aae745775b064ded9b487938cb9c24864b39.tar.gz
Fixed a typo in the configure.zcml.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 1416acd..32fcd01 100644
--- a/setup.py
+++ b/setup.py
@@ -26,7 +26,7 @@ def read(*rnames):
return text
setup(name='zope.location',
- version = '3.8.2dev',
+ version = '3.8.2',
author='Zope Corporation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Location',