File tree Expand file tree Collapse file tree 5 files changed +18
-5
lines changed Expand file tree Collapse file tree 5 files changed +18
-5
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 5.2 .0
2+ current_version = 5.3 .0
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,20 @@ The previous amqplib changelog is here:
66http://code.google.com/p/py-amqplib/source/browse/CHANGES
77
88
9+ .. _version-5.3.0:
10+
11+ 5.3.0
12+ =====
13+ :release-date: 2024-11-12
14+ :release-by: Tomer Nosrati
15+
16+ - Hard-code requests version because of the bug in docker-py (#432)
17+ - fix AbstractTransport repr socket error (#361) (#431)
18+ - blacksmith.sh: Migrate workflows to Blacksmith (#436)
19+ - Added Python 3.13 to CI (#440)
20+ - Prepare for release: 5.3.0 (#441)
21+
22+
923.. _version-5.2.0:
1024
11255.2.0
@@ -20,7 +34,6 @@ http://code.google.com/p/py-amqplib/source/browse/CHANGES
2034- Send heartbeat frames more often.
2135
2236
23-
2437.. _version-5.1.1:
2538
26395.1.1
Original file line number Diff line number Diff line change 44
55|build-status | |coverage | |license | |wheel | |pyversion | |pyimp |
66
7- :Version: 5.2 .0
7+ :Version: 5.3 .0
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.2 .0'
7+ __version__ = '5.3 .0'
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.2 .0
1+ :Version: 5.3 .0
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