Skip to content

Commit

Permalink
Bump version for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
clokep committed Apr 20, 2018
1 parent 9c9ed5d commit 751ab7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
Changelog
#########

next
====
0.2 2018-04-20
==============

* Add support for protocol v2.
* Adds tests.
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.2pre',
version='0.2',
description='Experimental task class that buffers messages and processes them as a list.',
long_description=long_description(),
keywords='task job queue distributed messaging actor',
Expand Down

0 comments on commit 751ab7d

Please sign in to comment.