From 85a0296b72d2203b20e3b54a79b08b1e07f56e5d Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Mon, 24 May 2021 16:52:32 -0400 Subject: [PATCH] Update changelog and bump version. --- CHANGELOG.rst | 7 +++++-- setup.py | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 767d94a..b993c1a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,11 +3,14 @@ Changelog ######### -next -==== +0.5 2021-05-24 +============== * Support Celery 5.1. (`#27 `_) * Clean-up unnecessary code. (`#28 `_) +* Fix storing of results in the + `RPC Result Backend `_). + (`#30 `_) * CI improvements. (`#25 `_) 0.4 2020-11-30 diff --git a/setup.py b/setup.py index 85a1cd3..ebe7dca 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ def long_description(): setuptools.setup( name='celery-batches', packages=setuptools.find_packages(), - version='0.5pre', + version='0.5', description='Experimental task class that buffers messages and processes them as a list.', long_description=long_description(), long_description_content_type='text/x-rst',