File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 5.1.1
2
+ current_version = 5.2.0
3
3
commit = True
4
4
tag = True
5
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<releaselevel>[a-z\d]+)?
Original file line number Diff line number Diff line change 4
4
5
5
|build-status | |coverage | |license | |wheel | |pyversion | |pyimp |
6
6
7
- :Version: 5.1.1
7
+ :Version: 5.2.0
8
8
:Web: https://amqp.readthedocs.io/
9
9
:Download: https://pypi.org/project/amqp/
10
10
:Source: http://github.com/celery/py-amqp/
Original file line number Diff line number Diff line change 4
4
import re
5
5
from collections import namedtuple
6
6
7
- __version__ = '5.1.1 '
7
+ __version__ = '5.2.0 '
8
8
__author__ = 'Barry Pederson'
9
9
__maintainer__ = 'Asif Saif Uddin, Matus Valo'
10
- __contact__ = 'pyamqp@celeryproject.org '
10
+ __contact__ = 'auvipy@gmail.com '
11
11
__homepage__ = 'http://github.com/celery/py-amqp'
12
12
__docformat__ = 'restructuredtext'
13
13
Original file line number Diff line number Diff line change 1
- :Version: 5.1.1
1
+ :Version: 5.2.0
2
2
:Web: https://amqp.readthedocs.io/
3
3
:Download: https://pypi.org/project/amqp/
4
4
:Source: http://github.com/celery/py-amqp/
You can’t perform that action at this time.
0 commit comments