Skip to content

Commit 405b753

Browse files
committed
Bump version to 2.0.2.
1 parent 71acb72 commit 405b753

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGES.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
=== Version 2.0.1 ==
1+
=== Version 2.0.2 ===
2+
3+
Various type hint bug fixes.
4+
5+
=== Version 2.0.1 ===
26

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

src/hamcrest/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from hamcrest.core import *
22
from hamcrest.library import *
33

4-
__version__ = "2.0.1"
4+
__version__ = "2.0.2"
55
__author__ = "Chris Rose"
66
__copyright__ = "Copyright 2020 hamcrest.org"
77
__license__ = "BSD, see License.txt"

0 commit comments

Comments
 (0)