Skip to content

Commit

Permalink
prepare release 0.5.0 (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra committed Dec 13, 2021
1 parent 1032fd3 commit 882f4fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## Version 0.5.0 (December 12, 2021)

- Recognize code following an infinite while loop as unreachable (#337)
- Recognize overloaded functions in stubs (#325)
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.4.0"
VERSION = "0.5.0"
# 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 882f4fa

Please sign in to comment.