diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8fb3d8c..e8b834d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,8 +3,8 @@ Changelog ######### -next -==== +0.10b1 (July 1, 2024) +===================== Bugfixes -------- diff --git a/setup.cfg b/setup.cfg index 1eda433..d28f140 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = django-render-block -version = 0.9.2 +version = 0.10b1 description = Render a particular block from a template to a string. long_description = file: README.rst, CHANGELOG.rst long_description_content_type = text/x-rst @@ -24,6 +24,7 @@ classifiers = Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 + Programming Language :: Python :: 3.12 License :: OSI Approved :: ISC License (ISCL) project_urls = Documentation = https://github.com/clokep/django-render-block/blob/main/README.rst