summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmer Katz <omer.drow@gmail.com>2019-04-01 16:53:36 +0300
committerAsif Saif Uddin <auvipy@gmail.com>2020-08-19 12:04:32 +0600
commit1e766c02f91e796af4232995caa7d207c8dddefe (patch)
treecbf13f2c0c45efcb346d17e6e800ee9e74d6c473
parent529d852bf07eb0abd9de7e01ac93d67f7dc15226 (diff)
downloadpy-amqp-1e766c02f91e796af4232995caa7d207c8dddefe.tar.gz
Bump version: 2.4.2 → 5.0.0a1
-rw-r--r--.bumpversion.cfg5
-rw-r--r--README.rst2
-rw-r--r--amqp/__init__.py2
-rw-r--r--docs/includes/introduction.txt2
4 files changed, 6 insertions, 5 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index 239d2bb..4e67cc6 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,9 +1,9 @@
[bumpversion]
-current_version = 2.6.1
+current_version = 5.0.0a1
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<releaselevel>[a-z\d]+)?
-serialize =
+serialize =
{major}.{minor}.{patch}{releaselevel}
{major}.{minor}.{patch}
@@ -12,3 +12,4 @@ serialize =
[bumpversion:file:docs/includes/introduction.txt]
[bumpversion:file:README.rst]
+
diff --git a/README.rst b/README.rst
index 7290c67..6f1995e 100644
--- a/README.rst
+++ b/README.rst
@@ -4,7 +4,7 @@
|build-status| |coverage| |license| |wheel| |pyversion| |pyimp|
-:Version: 2.6.1
+:Version: 5.0.0a1
: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 bbf8e49..db877fa 100644
--- a/amqp/__init__.py
+++ b/amqp/__init__.py
@@ -6,7 +6,7 @@ import re
from collections import namedtuple
-__version__ = '2.6.1'
+__version__ = '5.0.0a1'
__author__ = 'Barry Pederson'
__maintainer__ = 'Asif Saif Uddin, Matus Valo'
__contact__ = 'pyamqp@celeryproject.org'
diff --git a/docs/includes/introduction.txt b/docs/includes/introduction.txt
index 021e0a0..c0e7960 100644
--- a/docs/includes/introduction.txt
+++ b/docs/includes/introduction.txt
@@ -1,4 +1,4 @@
-:Version: 2.6.1
+:Version: 5.0.0a1
:Web: https://amqp.readthedocs.io/
:Download: https://pypi.org/project/amqp/
:Source: http://github.com/celery/py-amqp/