diff --git a/doc/changelog.rst b/doc/changelog.rst index b697d86..f6eb6f2 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -1,6 +1,14 @@ Changelog ========= +Version 0.1.9 +------------- + +Released on March 13, 2024. + +- Test against Python 3.12. +- Drop support for Python 3.7. + Version 0.1.8 ------------- diff --git a/setup.py b/setup.py index 24f2216..88753ea 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ # Do not change the variable name. It's parsed by doc/conf.py script. -version = '0.1.8' +version = '0.1.9rc1' requires = ['Sphinx >= 1.2']