Commit 552512c7 authored by Tres Seaver's avatar Tres Seaver

Bump dependency on ExtensionClass to match current release.

parent 6c0720a9
Changelog Changelog
========= =========
4.0.4 (unreleased) 4.1 (unreleased)
------------------ ----------------
- Bump dependency on ``ExtensionClass`` to match current release.
4.0.3 (2014-11-02) 4.0.3 (2014-11-02)
------------------ ------------------
...@@ -13,7 +14,7 @@ Changelog ...@@ -13,7 +14,7 @@ Changelog
4.0.2 (2014-11-02) 4.0.2 (2014-11-02)
------------------ ------------------
- Include *.rst files in the release. - Include ``*.rst`` files in the release.
4.0.1 (2014-10-30) 4.0.1 (2014-10-30)
------------------ ------------------
......
...@@ -52,7 +52,7 @@ setup( ...@@ -52,7 +52,7 @@ setup(
include_dirs=['include', 'src']), include_dirs=['include', 'src']),
], ],
install_requires=[ install_requires=[
'ExtensionClass >= 4.0a1', 'ExtensionClass >= 4.1a1',
'zope.interface', 'zope.interface',
], ],
include_package_data=True, include_package_data=True,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment