diff options
| author | Omer Katz <omer.drow@gmail.com> | 2019-03-03 21:01:28 +0200 |
|---|---|---|
| committer | Omer Katz <omer.drow@gmail.com> | 2019-03-03 21:01:28 +0200 |
| commit | 0aa3a40ad02c20bb75fc0c4e785b32004109ace5 (patch) | |
| tree | c09beb09d8c475a40f9e0955296ffefad03f5c70 | |
| parent | 83d4f894c14b16c3302e40f6fcc59245e1ad4edd (diff) | |
| download | kombu-4.4.0.tar.gz | |
Bump version: 4.3.0 → 4.4.0v4.4.0
| -rw-r--r-- | .bumpversion.cfg | 2 | ||||
| -rw-r--r-- | README.rst | 2 | ||||
| -rw-r--r-- | docs/includes/introduction.txt | 2 | ||||
| -rw-r--r-- | kombu/__init__.py | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 2c530f54..aae45ef4 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.3.0 +current_version = 4.4.0 commit = True tag = True parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<releaselevel>[a-z]+)? @@ -4,7 +4,7 @@ |build-status| |coverage| |license| |wheel| |pyversion| |pyimp| -:Version: 4.3.0 +:Version: 4.4.0 :Documentation: https://kombu.readthedocs.io/ :Download: https://pypi.org/project/kombu/ :Source: https://github.com/celery/kombu/ diff --git a/docs/includes/introduction.txt b/docs/includes/introduction.txt index db93acec..ba15cd97 100644 --- a/docs/includes/introduction.txt +++ b/docs/includes/introduction.txt @@ -1,4 +1,4 @@ -:Version: 4.3.0 +:Version: 4.4.0 :Web: https://kombu.readthedocs.io/ :Download: https://pypi.org/project/kombu/ :Source: https://github.com/celery/kombu/ diff --git a/kombu/__init__.py b/kombu/__init__.py index 37d7cbbf..965391e9 100644 --- a/kombu/__init__.py +++ b/kombu/__init__.py @@ -10,7 +10,7 @@ if sys.version_info < (2, 7): # pragma: no cover from collections import namedtuple # noqa -__version__ = '4.3.0' +__version__ = '4.4.0' __author__ = 'Ask Solem' __contact__ = 'ask@celeryproject.org' __homepage__ = 'https://kombu.readthedocs.io' |
