Skip to content

Commit bd99b2d

Browse files
committed
Prepare for 1.19.1 release
See changelog for more details. Signed-off-by: Pablo Galindo Salgado <[email protected]>
1 parent bdbac98 commit bd99b2d

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.19.0
2+
current_version = 1.19.1
33
commit = True
44
message =
55
Prepare for {new_version} release

NEWS.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ Changelog
88

99
.. towncrier release notes start
1010
11+
memray 1.19.1 (2025-09-29)
12+
--------------------------
13+
14+
- Fix a bug that was causes memray to refuse to produce stack traces for ``pymalloc`` allocations when ``--trace-python-allocators`` was used. (#832)
15+
16+
1117
memray 1.19.0 (2025-09-26)
1218
--------------------------
1319

src/memray/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.19.0"
1+
__version__ = "1.19.1"

0 commit comments

Comments
 (0)