File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 5.0.9
2
+ current_version = 5.1.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.0.9
7
+ :Version: 5.1.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.0.9 '
7
+ __version__ = '5.1.0 '
8
8
__author__ = 'Barry Pederson'
9
9
__maintainer__ = 'Asif Saif Uddin, Matus Valo'
10
10
__contact__ = 'pyamqp@celeryproject.org'
Original file line number Diff line number Diff line change 1
- :Version: 5.0.9
1
+ :Version: 5.1.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