diff --git a/CHANGELOG.md b/CHANGELOG.md index 403fc4fc..d3b19422 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ +## v1.1.9 (2021-12-20) + + ## v1.1.8 (2021-12-16) diff --git a/__init__.py b/__init__.py index 486fbfc6..84562067 100644 --- a/__init__.py +++ b/__init__.py @@ -5,7 +5,7 @@ # is zero for an official release, positive for a development branch, # or negative for a release candidate or beta (after the base version # number has been incremented) -__version__ = "1.1.8" +__version__ = "1.1.9" version_info = ( int(__version__.split(".")[0]), int(__version__.split(".")[1]),