File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -20,19 +20,24 @@ endif::[]
2020
2121=== Unreleased
2222
23- https://github.com/elastic/apm-agent-python/compare/v5.3.0 \...master[Check the diff]
23+ https://github.com/elastic/apm-agent-python/compare/v5.3.1 \...master[Check the diff]
2424
2525// Unreleased changes go here
2626// When the next release happens, nest these changes under the "Python Agent version 5.x" heading
2727
28+ [[release-notes-5.x]]
29+ === Python Agent version 5.x
30+
31+ [[release-notes-5.3.1]]
32+ ==== v5.3.1
33+
34+ https://github.com/elastic/apm-agent-python/compare/v5.3.0\...v5.3.1[Check the diff]
35+
2836[float]
2937===== New Features
3038
3139* Added support for shortening dicts in local variables {pull}638[#638]
3240
33- [[release-notes-5.x]]
34- === Python Agent version 5.x
35-
3641[[release-notes-5.3.0]]
3742==== v5.3.0
3843
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 , 0 )
31+ __version__ = (5 , 3 , 1 )
3232VERSION = "." .join (map (str , __version__ ))
You can’t perform that action at this time.
0 commit comments