From 7202fdd52ead580560fd9af0c83e96289fc0dd37 Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Tue, 27 Jun 2023 13:01:34 -0400 Subject: [PATCH] Release v0.8.1. --- CHANGELOG.rst | 10 ++++++++++ setup.cfg | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e86fe65..3443337 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,6 +3,16 @@ Changelog ######### +0.8.1 (2023-06-27) +================== + +Bugfixes +-------- + +* Fix installing celery-batches with Celery 5.3. + (`#80 `_) + + 0.8 (2023-06-27) ================ diff --git a/setup.cfg b/setup.cfg index 04370c1..28f6174 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = celery-batches -version = 0.8 +version = 0.8.1 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 @@ -9,7 +9,7 @@ author_email = clokep@patrick.cloke.us url = https://github.com/clokep/celery-batches keywords = task, job, queue, distributed, messaging, actor license = BSD -license_file = LICENSE +license_files = LICENSE classifiers = Development Status :: 3 - Alpha License :: OSI Approved :: BSD License