Skip to content

Commit 5122c99

Browse files
committed
update CHANGELOG and bump version to 5.3.2
1 parent 58ab2b4 commit 5122c99

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

CHANGELOG.asciidoc

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,21 @@ https://github.com/elastic/apm-agent-python/compare/v5.3.1\...master[Check the d
2525
// Unreleased changes go here
2626
// When the next release happens, nest these changes under the "Python Agent version 5.x" heading
2727
28-
[float]
29-
===== Bug fixes
3028
31-
* Added support for IPv6 address format when parsing urls {pull}649[#649]
3229
3330
[[release-notes-5.x]]
3431
=== Python Agent version 5.x
3532
33+
[[release-notes-5.3.2]]
34+
==== v5.3.2
35+
36+
https://github.com/elastic/apm-agent-python/compare/v5.3.1\...v5.3.2[Check the diff]
37+
38+
[float]
39+
===== Bug fixes
40+
41+
* Added support for IPv6 address format when parsing urls {pull}649[#649]
42+
3643
[[release-notes-5.3.1]]
3744
==== v5.3.1
3845

elasticapm/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2929
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3030

31-
__version__ = (5, 3, 1)
31+
__version__ = (5, 3, 2)
3232
VERSION = ".".join(map(str, __version__))

0 commit comments

Comments
 (0)