Skip to content

Commit

Permalink
Prep 4.1.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Dec 28, 2014
1 parent 87cf950 commit 05a1200
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGES.rst
@@ -1,14 +1,17 @@
Changes
=======

4.1.2 (unreleased)
4.1.2 (2014-12-27)
------------------

- Add support for PyPy3.

- Remove unittest assertions deprecated in Python3.x.

- Add ``zope.interface.document.asReStructuredText``, which formats the
generated text for an interface using ReST double-backtick markers.


4.1.1 (2014-03-19)
------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -113,7 +113,7 @@ def read(*rnames):
)

setup(name='zope.interface',
version='4.1.2.dev0',
version='4.1.2',
url='http://pypi.python.org/pypi/zope.interface',
license='ZPL 2.1',
description='Interfaces for Python',
Expand Down

0 comments on commit 05a1200

Please sign in to comment.