Skip to content

Commit

Permalink
Update changelog and bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
clokep committed May 24, 2021
1 parent bfac20b commit 85a0296
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,14 @@
Changelog
#########

next
====
0.5 2021-05-24
==============

* Support Celery 5.1. (`#27 <https://github.com/clokep/celery-batches/pull/27>`_)
* Clean-up unnecessary code. (`#28 <https://github.com/clokep/celery-batches/pull/27>`_)
* Fix storing of results in the
`RPC Result Backend <https://docs.celeryproject.org/en/v5.1.0/userguide/tasks.html#rpc-result-backend-rabbitmq-qpid>`_).
(`#30 <https://github.com/clokep/celery-batches/pull/30>`_)
* CI improvements. (`#25 <https://github.com/clokep/celery-batches/pull/25>`_)

0.4 2020-11-30
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 85a0296

Please sign in to comment.