Skip to content

Commit

Permalink
Release v0.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
clokep committed Jun 3, 2024
1 parent cf97e06 commit 0c57643
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@
Changelog
#########

next
====
0.9 (2024-06-03)
================

Improvements
------------

* Call the task received signal for ``Batches`` task. (`#85 <https://github.com/clokep/celery-batches/pull/85>`_)


Maintenance
-----------

Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 0c57643

Please sign in to comment.