Skip to content

Commit 62f12e3

Browse files
committed
update CHANGELOG and bump version to 5.3.1
===== New Features * Added support for shortening dicts in local variables {pull}638[#638]
1 parent 595795d commit 62f12e3

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

CHANGELOG.asciidoc

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff 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

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, 0)
31+
__version__ = (5, 3, 1)
3232
VERSION = ".".join(map(str, __version__))

0 commit comments

Comments
 (0)