Skip to content

Commit

Permalink
Release v0.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
dgilland committed May 9, 2015
1 parent 21b20ef commit 74806d4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES.rst
Expand Up @@ -4,6 +4,9 @@ Changelog
=========


v0.1.1 (2015-05-08)
-------------------

- Make ``expect`` include an assertion message on failure. Without it, a cryptic ``NameError`` is thrown when a plain predicate function fails due to a generator being used in the ``all()`` call.


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -61,7 +61,7 @@ def run_tests(self):
tests_require=['tox'],
cmdclass={'test': Tox},
test_suite='tests',
keywords='test testing assertion validation unittest unittesting',
keywords='test testing assert assertion validation unittest',
classifiers=[
'Development Status :: 3 - Alpha',
'Intended Audience :: Developers',
Expand Down
2 changes: 1 addition & 1 deletion verify/__meta__.py
Expand Up @@ -6,7 +6,7 @@
__summary__ = 'A painless assertion library for Python.'
__url__ = 'https://github.com/dgilland/verify'

__version__ = '0.1.0'
__version__ = '0.1.1'

__install_requires__ = ['pydash>=3.2.2']

Expand Down

0 comments on commit 74806d4

Please sign in to comment.