Procházet zdrojové kódy

Bump version: 4.2.0 → 4.2.1

Omer Katz před 6 roky
rodič
revize
16d424877d
4 změnil soubory, kde provedl 4 přidání a 4 odebrání
  1. 1 1
      .bumpversion.cfg
  2. 1 1
      README.rst
  3. 1 1
      celery/__init__.py
  4. 1 1
      docs/includes/introduction.txt

+ 1 - 1
.bumpversion.cfg

@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 4.2.0
+current_version = 4.2.1
 commit = True
 tag = True
 parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<releaselevel>[a-z\d]+)?

+ 1 - 1
README.rst

@@ -2,7 +2,7 @@
 
 |build-status| |coverage| |license| |wheel| |pyversion| |pyimp| |ocbackerbadge| |ocsponsorbadge|
 
-:Version: 4.2.0 (latentcall)
+:Version: 4.2.1 (latentcall)
 :Web: http://celeryproject.org/
 :Download: https://pypi.org/project/celery/
 :Source: https://github.com/celery/celery/

+ 1 - 1
celery/__init__.py

@@ -14,7 +14,7 @@ from collections import namedtuple
 
 SERIES = 'windowlicker'
 
-__version__ = '4.2.0'
+__version__ = '4.2.1'
 __author__ = 'Ask Solem'
 __contact__ = 'ask@celeryproject.org'
 __homepage__ = 'http://celeryproject.org'

+ 1 - 1
docs/includes/introduction.txt

@@ -1,4 +1,4 @@
-:Version: 4.2.0 (latentcall)
+:Version: 4.2.1 (latentcall)
 :Web: http://celeryproject.org/
 :Download: https://pypi.org/project/celery/
 :Source: https://github.com/celery/celery/