Skip to content

Commit

Permalink
Bump version: 5.3.3 → 5.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Nusnus committed Sep 3, 2023
1 parent 3d40bea commit 6b3409c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 5.3.3
current_version = 5.3.4
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<releaselevel>[a-z\d]+)?
Expand Down
6 changes: 3 additions & 3 deletions README.rst
Expand Up @@ -2,7 +2,7 @@

|build-status| |coverage| |license| |wheel| |semgrep| |pyversion| |pyimp| |ocbackerbadge| |ocsponsorbadge|

:Version: 5.3.3 (emerald-rush)
:Version: 5.3.4 (emerald-rush)
:Web: https://docs.celeryq.dev/en/stable/index.html
:Download: https://pypi.org/project/celery/
:Source: https://github.com/celery/celery/
Expand Down Expand Up @@ -58,7 +58,7 @@ in such a way that the client enqueues an URL to be requested by a worker.
What do I need?
===============

Celery version 5.3.3 runs on:
Celery version 5.3.4 runs on:

- Python (3.8, 3.9, 3.10, 3.11)
- PyPy3.8+ (v7.3.11+)
Expand Down Expand Up @@ -92,7 +92,7 @@ Get Started
===========

If this is the first time you're trying to use Celery, or you're
new to Celery v5.3.3 coming from previous versions then you should read our
new to Celery v5.3.4 coming from previous versions then you should read our
getting started tutorials:

- `First steps with Celery`_
Expand Down
2 changes: 1 addition & 1 deletion celery/__init__.py
Expand Up @@ -17,7 +17,7 @@

SERIES = 'emerald-rush'

__version__ = '5.3.3'
__version__ = '5.3.4'
__author__ = 'Ask Solem'
__contact__ = 'auvipy@gmail.com'
__homepage__ = 'https://docs.celeryq.dev/'
Expand Down
2 changes: 1 addition & 1 deletion docs/includes/introduction.txt
@@ -1,4 +1,4 @@
:Version: 5.3.3 (emerald-rush)
:Version: 5.3.4 (emerald-rush)
:Web: https://docs.celeryq.dev/en/stable/index.html
:Download: https://pypi.org/project/celery/
:Source: https://github.com/celery/celery/
Expand Down

0 comments on commit 6b3409c

Please sign in to comment.