diff --git a/changelog.md b/changelog.md index 6b85fc7e..5662ded3 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,7 @@ +# 1.9.13 +* Distribute wheels for Python 3.13 +* Support for python 3.6, 3.7, 3.8 has been dropped, as it is end-of-life + # 1.9.12 * Distribute wheels for Python 3.12 * Distribute wheels for Apple ARM diff --git a/python/docs/conf.py b/python/docs/conf.py index 9aa367bf..8629d349 100644 --- a/python/docs/conf.py +++ b/python/docs/conf.py @@ -99,7 +99,7 @@ # built documents. # # The short X.Y version. -version = "1.19.12" +version = "1.9.13" # The full version, including alpha/beta/rc tags. release = version diff --git a/python/setup.cfg b/python/setup.cfg index 7fae216f..4f1281e9 100644 --- a/python/setup.cfg +++ b/python/setup.cfg @@ -1,5 +1,5 @@ [metadata] -version = 1.9.12 +version = 1.9.13 [aliases] test=pytest