Skip to content

Commit

Permalink
bump to v0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
saturnboy committed Oct 30, 2019
1 parent ff23be8 commit 2419d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assertpy/assertpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
from .dynamic import DynamicMixin
from .helpers import HelpersMixin

__version__ = '0.14'
__version__ = '0.15'

__tracebackhide__ = True # clean tracebacks via py.test integration
contextlib.__tracebackhide__ = True # monkey patch contextlib with clean py.test tracebacks
Expand Down

0 comments on commit 2419d30

Please sign in to comment.