Skip to content

Commit 3b15301

Browse files
godlygeekpablogsal
authored andcommitted
Prepare for 1.13.3 release
See changelog for more details. Signed-off-by: Matt Wozniski <[email protected]>
1 parent 05ecbda commit 3b15301

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.2
2+
current_version = 1.13.3
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.3 (2024-07-02)
12+
--------------------------
13+
14+
Bug Fixes
15+
~~~~~~~~~
16+
17+
- Fix a bug that could result in truncated reports for applications that fork without calling :c:func:`PyOS_BeforeFork`, including by using `multiprocessing` with the "spawn" start method (the default on macOS). (#644)
18+
19+
1120
memray 1.13.2 (2024-06-27)
1221
--------------------------
1322

news/644.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.2"
1+
__version__ = "1.13.3"

0 commit comments

Comments
 (0)