Skip to content

Commit

Permalink
Cut 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bitprophet committed Jul 25, 2018
1 parent 8b5cff6 commit a565e4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Changelog
=========

- :release:`1.0.1 <2018-07-24>`
- :bug:`-` Fix the ``@raises`` helper decorator so it actually raises an
exception when the requested exception is not raised by the decorated
function. That's definitely not a confusing sentence.
Expand Down
2 changes: 1 addition & 1 deletion pytest_relaxed/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version_info__ = (1, 0, 0)
__version_info__ = (1, 0, 1)
__version__ = ".".join(map(str, __version_info__))

0 comments on commit a565e4b

Please sign in to comment.