diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7fe637d..9085908 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,15 +3,14 @@ Changelog ######### -next -==== +0.9 (2024-06-03) +================ Improvements ------------ * Call the task received signal for ``Batches`` task. (`#85 `_) - Maintenance ----------- diff --git a/README.rst b/README.rst index 4f4b8d1..0ab7d41 100644 --- a/README.rst +++ b/README.rst @@ -27,10 +27,10 @@ What do I need? celery-batches version runs on, -- Python (3.8, 3.9, 3.10, 3.11) +- Python (3.8, 3.9, 3.10, 3.11, 3.12) - PyPy3 (7.6) -And is tested with Celery >= 5.0. +And is tested with Celery ~= 5.0. If you're running an older version of Python, you need to be running an older version of celery-batches: diff --git a/setup.cfg b/setup.cfg index 71f1980..09da6f7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = celery-batches -version = 0.8.1 +version = 0.9 description = Experimental task class that buffers messages and processes them as a list. long_description = file: README.rst long_description_content_type = text/x-rst