Skip to content

Commit 5328b75

Browse files
authored
Prepare for release: 5.3.0 (#441)
* Added Changelog for v5.3.0 * Bump version: 5.2.0 → 5.3.0
1 parent 5ed7345 commit 5328b75

File tree

5 files changed

+18
-5
lines changed

5 files changed

+18
-5
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 5.2.0
2+
current_version = 5.3.0
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<releaselevel>[a-z\d]+)?

Changelog

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ The previous amqplib changelog is here:
66
http://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

1125
5.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

2639
5.1.1

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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/

amqp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import re
55
from 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
__contact__ = 'auvipy@gmail.com'

docs/includes/introduction.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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/

0 commit comments

Comments
 (0)