Skip to content

Commit cd3b469

Browse files
semantic-releasethearchitector
authored andcommitted
5.3.1-pre1+fixbilliard.0
Automatically generated by python-semantic-release
1 parent 5c9b0b4 commit cd3b469

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
<!--next-version-placeholder-->
44

5+
## v5.3.1-pre1+fixbilliard.0 (2022-06-16)
6+
### Fix
7+
* Billiard version ([`5c9b0b4`](https://github.com/IndicoDataSolutions/celery/commit/5c9b0b49a4e0f3038314becb6570603b39dd0d22))
8+
59
## v5.3.0 (2022-06-16)
610

711

celery/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
SERIES = "dawn-chorus"
1919

20-
__version__ = "5.3.0"
20+
__version__ = "5.3.1-pre1+fixbilliard.0"
2121
__author__ = "Ask Solem"
2222
__contact__ = "auvipy@gmail.com"
2323
__homepage__ = "http://celeryproject.org"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "indicodata-celery"
3-
version = "5.3.0"
3+
version = "5.3.1-pre1+fixbilliard.0"
44
description = "Indico shared utilities"
55
authors = ["Indico Data <engineering@indicodata.ai>"]
66
packages = [ {include = "celery"}]

0 commit comments

Comments
 (0)