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