diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d4d4adf..d748304 100755 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,9 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on `Keep a Changelog `_. ==================== - 5.3.6 - 2022-12-12 + 5.3.7 - 2022-12-12 ==================== +NOTE: version 5.3.6 was skipped + Fixed ----- diff --git a/src/borneo/version.py b/src/borneo/version.py index e20b8c4..eea35a5 100644 --- a/src/borneo/version.py +++ b/src/borneo/version.py @@ -5,4 +5,4 @@ # https://oss.oracle.com/licenses/upl/ # -__version__ = '5.3.6' +__version__ = '5.3.7'