Skip to content

Commit

Permalink
Prepare for 1.13.4 release
Browse files Browse the repository at this point in the history
See changelog for more details.

Signed-off-by: Matt Wozniski <[email protected]>
  • Loading branch information
godlygeek committed Jul 19, 2024
1 parent 8506bfd commit c0efc31
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.13.3
current_version = 1.13.4
commit = True
message =
Prepare for {new_version} release
Expand Down
9 changes: 9 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ Changelog

.. towncrier release notes start
memray 1.13.4 (2024-07-18)
--------------------------

Bug Fixes
~~~~~~~~~

- 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)


memray 1.13.3 (2024-07-02)
--------------------------

Expand Down
1 change: 0 additions & 1 deletion news/648.bugfix.rst

This file was deleted.

2 changes: 1 addition & 1 deletion src/memray/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.13.3"
__version__ = "1.13.4"

0 comments on commit c0efc31

Please sign in to comment.