Skip to content

Commit b1f9c2e

Browse files
authored
Prepare for release: 5.3.1 (#444)
* Added Changelog for v5.3.1 * Bump version: 5.3.0 → 5.3.1
1 parent 0c5a929 commit b1f9c2e

File tree

5 files changed

+15
-4
lines changed

5 files changed

+15
-4
lines changed

.bumpversion.cfg

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

Changelog

+11
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ The previous amqplib changelog is here:
66
http://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

1122
5.3.0

README.rst

+1-1
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.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/

amqp/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import re
55
from 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
__contact__ = '[email protected]'

docs/includes/introduction.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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/

0 commit comments

Comments
 (0)