Skip to content

Commit c0efc31

Browse files
committed
Prepare for 1.13.4 release
See changelog for more details. Signed-off-by: Matt Wozniski <[email protected]>
1 parent 8506bfd commit c0efc31

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.13.3
2+
current_version = 1.13.4
33
commit = True
44
message =
55
Prepare for {new_version} release

NEWS.rst

+9
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ Changelog
88

99
.. towncrier release notes start
1010
11+
memray 1.13.4 (2024-07-18)
12+
--------------------------
13+
14+
Bug Fixes
15+
~~~~~~~~~
16+
17+
- A backwards-incompatible change released in Textual 0.73 caused the ``memray tree`` reporter to start with no nodes expanded. This release adds a workaround to restore the old behavior of expanding the first child of each node. (#648)
18+
19+
1120
memray 1.13.3 (2024-07-02)
1221
--------------------------
1322

news/648.bugfix.rst

-1
This file was deleted.

src/memray/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.13.3"
1+
__version__ = "1.13.4"

0 commit comments

Comments
 (0)