From d427dddb0912ea232b476b6a871b6372a91afd10 Mon Sep 17 00:00:00 2001 From: Langston Barrett Date: Wed, 13 Mar 2024 14:50:00 -0400 Subject: [PATCH] v0.1.9rc1 --- doc/changelog.rst | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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']