Skip to content

Commit

Permalink
prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed Feb 2, 2017
1 parent b1f0557 commit 7e0f1db
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ python:
- 3.5
- 3.6
- pypy
- pypy3
- pypy3.3-5.2-alpha1
install:
- pip install zc.buildout
- buildout bootstrap
Expand Down
3 changes: 2 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
Changelog
=========

4.2.1 (unreleased)
4.2.1 (2017-02-02)
------------------

- Fix problems with computed attribute and property wrapping.

4.2.0 (2017-01-18)
------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

setup(
name='ExtensionClass',
version='4.2.1.dev0',
version='4.2.1',
url='http://pypi.python.org/pypi/ExtensionClass',
license='ZPL 2.1',
description='Metaclass for subclassable extension types',
Expand Down

0 comments on commit 7e0f1db

Please sign in to comment.