Skip to content

Commit

Permalink
Bump version to 0.0.12
Browse files Browse the repository at this point in the history
And update release notes.
  • Loading branch information
pschanely committed Apr 26, 2021
1 parent ebfba9f commit 590a339
Show file tree
Hide file tree
Showing 3 changed files with 13 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 @@ -9,7 +9,7 @@
from crosshair.util import debug

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

* (nothing yet!)

==============
Version 0.0.12
==============

* Use simpler ``crosshair watch`` screen clearing mechanism for terminals like Thonny's.
* Several string methods can now be reasoned about symbolically: split, find, replace,
index, partition, count, and more.
(thanks `Rik-de-Kort <https://github.com/Rik-de-Kort>`_!)
* Fixed various bugs, including a few specific to icontract analysis.
* Modestly increased regex cases that CrossHair handles. (including named groups!)

==============
Version 0.0.11
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.11", # Update this in crosshair/__init__.py too
version="0.0.12", # Update this in crosshair/__init__.py too
author="Phillip Schanely",
author_email="[email protected]",
packages=find_packages(),
Expand Down

0 comments on commit 590a339

Please sign in to comment.