Skip to content

Commit

Permalink
prepare release 0.3.1 (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra authored Aug 12, 2021
1 parent aeac8f0 commit 1f61498
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,13 @@ The code is formatted using [Black](https://github.com/psf/black).

## Changelog

Version 0.3.1 (August 11, 2021)

- Exit with a non-zero exit code when errors occur
(contributed by C.A.M. Gerlach)
- Type check the working directory if no command-line arguments
are given (contributed by C.A.M. Gerlach)

Version 0.3.0 (August 1, 2021)

- Type check calls on Unions properly
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools.extension import Extension


VERSION = "0.3.0"
VERSION = "0.3.1"
# Used in internal packaging system.
if "SANTA_PACKAGE_VERSION" in os.environ:
VERSION = "%s.%s" % (VERSION, os.environ["SANTA_PACKAGE_VERSION"])
Expand Down

0 comments on commit 1f61498

Please sign in to comment.