Skip to content

Commit

Permalink
Bump version to 0.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
pschanely committed Aug 27, 2021
1 parent 2e85745 commit e0a0696
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crosshair/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from crosshair.tracers import ResumedTracing

# Do not forget to update in setup.py!
__version__ = "0.0.16"
__version__ = "0.0.17"
__author__ = "Phillip Schanely"
__license__ = "MIT"
__status__ = "Alpha"
3 changes: 3 additions & 0 deletions doc/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ Changelog
Next Version
------------

Version 0.0.17
--------------

* Add support for checking Hypothesis tests!
(:ref:`details <analysis_kind_hypothesis>`)
* **Important**: The ``--analysis_kind=assert`` option is no longer enabled by default.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# the pre-commit checks through check_init_and_setup_coincide.py.
setup(
name="crosshair-tool",
version="0.0.16", # Update this in crosshair/__init__.py too
version="0.0.17", # Update this in crosshair/__init__.py too
author="Phillip Schanely",
author_email="[email protected]",
packages=find_packages(),
Expand Down

0 comments on commit e0a0696

Please sign in to comment.