From 84ca0ce91a58bbd0a3e22826587500debdd61ff2 Mon Sep 17 00:00:00 2001 From: Omer Katz Date: Tue, 1 Sep 2020 18:21:10 +0300 Subject: =?UTF-8?q?Bump=20version:=205.0.0a1=20=E2=86=92=205.0.0b1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 3 +-- README.rst | 2 +- amqp/__init__.py | 2 +- docs/conf.py | 4 ++-- docs/includes/introduction.txt | 2 +- 5 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 4e67cc6..b57f2d5 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 5.0.0a1 +current_version = 5.0.0b1 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(?P[a-z\d]+)? @@ -12,4 +12,3 @@ serialize = [bumpversion:file:docs/includes/introduction.txt] [bumpversion:file:README.rst] - diff --git a/README.rst b/README.rst index 6f1995e..acaa8de 100644 --- a/README.rst +++ b/README.rst @@ -4,7 +4,7 @@ |build-status| |coverage| |license| |wheel| |pyversion| |pyimp| -:Version: 5.0.0a1 +:Version: 5.0.0b1 :Web: https://amqp.readthedocs.io/ :Download: https://pypi.org/project/amqp/ :Source: http://github.com/celery/py-amqp/ diff --git a/amqp/__init__.py b/amqp/__init__.py index 4a35f09..15039ba 100644 --- a/amqp/__init__.py +++ b/amqp/__init__.py @@ -5,7 +5,7 @@ from __future__ import absolute_import, unicode_literals import re from collections import namedtuple -__version__ = '5.0.0a1' +__version__ = '5.0.0b1' __author__ = 'Barry Pederson' __maintainer__ = 'Asif Saif Uddin, Matus Valo' __contact__ = 'pyamqp@celeryproject.org' diff --git a/docs/conf.py b/docs/conf.py index f6691ee..b24fc11 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -7,8 +7,8 @@ globals().update(conf.build_config( 'amqp', __file__, project='py-amqp', description='Python Promises', - version_dev='2.5', - version_stable='2.4', + version_dev='5.1', + version_stable='5.0', canonical_url='https://amqp.readthedocs.io', webdomain='celeryproject.org', github_project='celery/py-amqp', diff --git a/docs/includes/introduction.txt b/docs/includes/introduction.txt index c0e7960..31b7f26 100644 --- a/docs/includes/introduction.txt +++ b/docs/includes/introduction.txt @@ -1,4 +1,4 @@ -:Version: 5.0.0a1 +:Version: 5.0.0b1 :Web: https://amqp.readthedocs.io/ :Download: https://pypi.org/project/amqp/ :Source: http://github.com/celery/py-amqp/ -- cgit v1.2.1