We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5cb40d commit ed2af3aCopy full SHA for ed2af3a
README.rst
@@ -1164,8 +1164,8 @@ Changes
1164
^^^^^^^
1165
1166
1167
-1.1dev
1168
-------
+1.1
+---
1169
1170
- Use ``zope.interface.implementer`` instead of ``zope.interface.implements``.
1171
[rnix, 2012-05-18]
setup.py
@@ -1,7 +1,7 @@
1
from setuptools import setup, find_packages
2
import os
3
4
-version = '1.1dev'
+version = '1.1'
5
shortdesc = "An alternative to mixin-based extension of classes."
6
longdesc = open(os.path.join(os.path.dirname(__file__), 'README.rst')).read()
7
0 commit comments