Skip to content

Commit

Permalink
Bump version to 2.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
brunns committed Mar 2, 2020
1 parent 71acb72 commit 405b753
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
=== Version 2.0.1 ==
=== Version 2.0.2 ===

Various type hint bug fixes.

=== Version 2.0.1 ===

* Make hamcrest package PEP 561 compatible, i.e. supply type hints for external use.

Expand Down
2 changes: 1 addition & 1 deletion src/hamcrest/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from hamcrest.core import *
from hamcrest.library import *

__version__ = "2.0.1"
__version__ = "2.0.2"
__author__ = "Chris Rose"
__copyright__ = "Copyright 2020 hamcrest.org"
__license__ = "BSD, see License.txt"

0 comments on commit 405b753

Please sign in to comment.