Skip to content

Commit

Permalink
Require zope.component <= 3.4.0 to prevent compatibility issues with
Browse files Browse the repository at this point in the history
five.localsitemanager, of which a buggy version (0.3) is pinned by
plone.recipe.plone 3.1.4.

Bump version.

svn path=/plone.app.z3cform/trunk/; revision=21918
  • Loading branch information
dnouri committed Jul 31, 2008
1 parent 668c8dd commit b5e11ce
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
14 changes: 12 additions & 2 deletions docs/HISTORY.txt
@@ -1,11 +1,21 @@
Changelog
=========

0.4 - Unreleased
----------------
0.4.1 - Unreleased
------------------

0.4.0 - 2008-07-31
------------------

* Add inline validation support with KSS

* Require zope.component <= 3.4.0 to prevent compatibility issues with
five.localsitemanager, of which a buggy version (0.3) is pinned by
plone.recipe.plone 3.1.4. Upgrade to this version if you're seeing::
...
Module five.localsitemanager.registry, line 176, in registeredUtilities
ValueError: too many values to unpack

0.3.2 - 2008-07-25
------------------

Expand Down
3 changes: 2 additions & 1 deletion setup.py
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import os

version = '0.4'
version = '0.4.1'

def description():
join = lambda *paths: os.path.join('plone', 'app', 'z3cform', *paths)
Expand Down Expand Up @@ -41,5 +41,6 @@ def description():
'kss.core',
'plone.app.kss',
'z3c.formwidget.query',
'zope.component<=3.4.0',
],
)

0 comments on commit b5e11ce

Please sign in to comment.