Skip to content

Commit

Permalink
Updating for 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
has207 committed Jan 29, 2011
1 parent c9182af commit 6df5e73
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG
@@ -1,3 +1,10 @@
Release 0.7.0
- Better error handling for trying to mock builtins
- Added simple test harness for running on multiple versions / test runners
- Fixed unicode arg formatting (thanks to sagara-!)
- Made it impossible to mock non-existent methods
- Ensure flexmock teardown takes varargs (for better runner integration)

Release 0.6.9
- Initial nose integration (still no support for generated tests)
- Fixing private class methods
Expand Down
2 changes: 1 addition & 1 deletion setup.py
@@ -1,6 +1,6 @@
from distutils.core import setup

setup(name='flexmock',
version='0.6.9',
version='0.7.0',
py_modules=['flexmock'],
)

0 comments on commit 6df5e73

Please sign in to comment.