diff --git a/CHANGES.rst b/CHANGES.rst index f3f9aaf..ffa7858 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,12 @@ CHANGELOG ========= +0.3.6 (2023-06-01) +------------------ + +* Replace ``setup.py`` contents with ``setup.cfg``. + + 0.3.5 (2019-01-21) ------------------ diff --git a/rattail_cognitive/_version.py b/rattail_cognitive/_version.py index 6afd4d9..b3c1f94 100644 --- a/rattail_cognitive/_version.py +++ b/rattail_cognitive/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8; -*- -__version__ = '0.3.5' +__version__ = '0.3.6'