File tree 5 files changed +18
-5
lines changed 5 files changed +18
-5
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 5.2 .0
2
+ current_version = 5.3 .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 @@ -6,6 +6,20 @@ The previous amqplib changelog is here:
6
6
http://code.google.com/p/py-amqplib/source/browse/CHANGES
7
7
8
8
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
+
9
23
.. _version-5.2.0:
10
24
11
25
5.2.0
@@ -20,7 +34,6 @@ http://code.google.com/p/py-amqplib/source/browse/CHANGES
20
34
- Send heartbeat frames more often.
21
35
22
36
23
-
24
37
.. _version-5.1.1:
25
38
26
39
5.1.1
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.2 .0
7
+ :Version: 5.3 .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.2 .0'
7
+ __version__ = '5.3 .0'
8
8
__author__ = 'Barry Pederson'
9
9
__maintainer__ = 'Asif Saif Uddin, Matus Valo'
10
10
Original file line number Diff line number Diff line change 1
- :Version: 5.2 .0
1
+ :Version: 5.3 .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