File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 )
3232VERSION = "." .join (map (str , __version__ ))
You can’t perform that action at this time.
0 commit comments