Skip to content

Commit

Permalink
Bump version 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
auvipy committed Dec 16, 2019
1 parent 5fe4ea8 commit 36be0eb
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 4.4.0rc5
current_version = 4.4.0
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<releaselevel>[a-z\d]+)?
Expand Down
15 changes: 13 additions & 2 deletions Changelog.rst
Expand Up @@ -4,11 +4,22 @@
Change history
================

This document contains change notes for bugfix releases in
the 4.x series, please see :ref:`whatsnew-4.4` for
This document contains change notes for bugfix & new features
in the 4.x series, please see :ref:`whatsnew-4.4` for
an overview of what's new in Celery 4.4.


4.4.0
=======
:release-date: 2019-12-16 9.45 A.M UTC+6:00
:release-by: Asif Saif Uddin

- This version is officially supported on CPython 2.7,
3.5, 3.6, 3.7 & 3.8
and is also supported on PyPy2 & PyPy3.
- Kombu 4.6.7


4.4.0rc5
========
:release-date: 2019-12-07 21.05 A.M UTC+6:00
Expand Down
15 changes: 8 additions & 7 deletions README.rst
Expand Up @@ -2,7 +2,7 @@

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

:Version: 4.4.0rc5 (cliffs)
:Version: 4.4.0 (cliffs)
:Web: http://celeryproject.org/
:Download: https://pypi.org/project/celery/
:Source: https://github.com/celery/celery/
Expand Down Expand Up @@ -58,13 +58,14 @@ What do I need?

Celery version 4.3 runs on,

- Python (2.7, 3.4, 3.5, 3.6, 3.7)
- PyPy2.7 (6.0)
- PyPy3.5 (6.0)
- Python (2.7, 3.8, 3.5, 3.6, 3.7)
- PyPy2.7 (7.2)
- PyPy3.5 (7.1)
- PyPy3.6 (7.6)


This is the last version to support Python 2.7,
and from the next version (Celery 5.x) Python 3.5 or newer is required.
4.x.x is the last version to support Python 2.7,
and from the next major version (Celery 5.x) Python 3.6 or newer is required.

If you're running an older version of Python, you need to be running
an older version of Celery:
Expand All @@ -89,7 +90,7 @@ Get Started
===========

If this is the first time you're trying to use Celery, or you're
new to Celery 4.2 coming from previous versions then you should read our
new to Celery 4.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 @@ -18,7 +18,7 @@

SERIES = 'cliffs'

__version__ = '4.4.0rc5'
__version__ = '4.4.0'
__author__ = 'Ask Solem'
__contact__ = 'auvipy@gmail.com'
__homepage__ = 'http://celeryproject.org'
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog.rst
@@ -1 +1 @@
.. include:: ../Changelog
.. include:: ../Changelog.rst
2 changes: 1 addition & 1 deletion docs/includes/introduction.txt
@@ -1,4 +1,4 @@
:Version: 4.4.0rc5 (cliffs)
:Version: 4.4.0 (cliffs)
:Web: http://celeryproject.org/
:Download: https://pypi.org/project/celery/
:Source: https://github.com/celery/celery/
Expand Down

0 comments on commit 36be0eb

Please sign in to comment.