Skip to content

Commit

Permalink
Release 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
offbyone committed Dec 12, 2021
1 parent 8615744 commit 339372f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/175.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Explicitly export __all__ for vscode completion
1 change: 1 addition & 0 deletions changelog.d/180.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Fix is_() type annotations
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ def read(fname):
package_data={"hamcrest": ["py.typed"]},
provides=["hamcrest"],
long_description=read("README.rst"),
long_description_content_type="text/x-rst",
python_requires=">=3.5",
install_requires=[],
extras_require={
Expand Down
2 changes: 1 addition & 1 deletion src/hamcrest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from hamcrest.library import *
from hamcrest import core, library

__version__ = "2.0.3.dev0"
__version__ = "2.0.3"
__author__ = "Chris Rose"
__copyright__ = "Copyright 2020 hamcrest.org"
__license__ = "BSD, see License.txt"
Expand Down

0 comments on commit 339372f

Please sign in to comment.