File tree Expand file tree Collapse file tree 5 files changed +15
-4
lines changed Expand file tree Collapse file tree 5 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 5.3.0
2+ current_version = 5.3.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 @@ -6,6 +6,17 @@ The previous amqplib changelog is here:
66http://code.google.com/p/py-amqplib/source/browse/CHANGES
77
88
9+ .. _version-5.3.1:
10+
11+ 5.3.1
12+ =====
13+ :release-date: 2024-11-12
14+ :release-by: Tomer Nosrati
15+
16+ - Fixed readthedocs (#443)
17+ - Prepare for release: 5.3.1 (#444)
18+
19+
920.. _version-5.3.0:
1021
11225.3.0
Original file line number Diff line number Diff line change 44
55|build-status | |coverage | |license | |wheel | |pyversion | |pyimp |
66
7- :Version: 5.3.0
7+ :Version: 5.3.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.3.0 '
7+ __version__ = '5.3.1 '
88__author__ = 'Barry Pederson'
99__maintainer__ = 'Asif Saif Uddin, Matus Valo'
1010
Original file line number Diff line number Diff line change 1- :Version: 5.3.0
1+ :Version: 5.3.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