Skip to content

Commit

Permalink
Release 0.5.1 bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
dag committed Mar 25, 2011
1 parent 8cceef9 commit e416606
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGES.rst
Expand Up @@ -4,6 +4,21 @@ Changelog
=========


0.5.1
-----

:Release date: 2011-03-25

Bugs fixed:

* The assert hook failed to evaluate list comprehensions and similar
constructs because the loop variable was treated as a variable to be
looked up in the symbol table.
* Variables referencing objects implementing ``__name__`` not returning a
string caused an exception to exit early, if used with the assert hook in
a failing condition.


0.5
---
:Code name: *Ghost Writer*
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -42,7 +42,7 @@ def arithmetics():

setup(
name='Attest',
version='0.5',
version='0.5.1',
description='Modern, Pythonic unit testing.',
long_description=__doc__,

Expand Down

0 comments on commit e416606

Please sign in to comment.