Skip to content

Commit 08e4cc6

Browse files
godlygeekpablogsal
authored andcommitted
Prepare for 1.13.1 release
See changelog for more details. Signed-off-by: Matt Wozniski <[email protected]>
1 parent 41455e3 commit 08e4cc6

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.0
2+
current_version = 1.13.1
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.1 (2024-06-23)
12+
--------------------------
13+
14+
Bug Fixes
15+
~~~~~~~~~
16+
17+
- Fix a deadlock that could occur on some Linux systems when resolving debug information using debuginfod. (#634)
18+
19+
1120
memray 1.13.0 (2024-06-18)
1221
--------------------------
1322

news/634.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.0"
1+
__version__ = "1.13.1"

0 commit comments

Comments
 (0)