We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71acb72 commit 405b753Copy full SHA for 405b753
CHANGES.txt
@@ -1,4 +1,8 @@
1
-=== Version 2.0.1 ==
+=== Version 2.0.2 ===
2
+
3
+Various type hint bug fixes.
4
5
+=== Version 2.0.1 ===
6
7
* Make hamcrest package PEP 561 compatible, i.e. supply type hints for external use.
8
src/hamcrest/__init__.py
@@ -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 commit comments