Skip to content

Commit 3e16ac8

Browse files
committed
bump-version-1.7.5
1 parent c507d78 commit 3e16ac8

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
CHANGELOG
22
=========
33

4+
Here's the CHANGELOG entry:
5+
6+
1.7.5 (2026-03-17)
7+
8+
- Fix callgrind export producing duplicate entries for top-level functions
9+
- Fix various edge cases
10+
- Add limit parameter to print_all
11+
- Fix file reading to use UTF-8 encoding
12+
413
1.7.3 (2025-10-24)
514

615
- Better wheel support (https://github.com/sumerc/yappi/pull/196)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
HOMEPAGE = "https://github.com/sumerc/yappi"
1414
NAME = "yappi"
15-
VERSION = "1.7.3"
15+
VERSION = open('VERSION').read().strip()
1616
_DEBUG = False # compile/link code for debugging
1717
_PROFILE = False # profile yappi itself
1818

0 commit comments

Comments
 (0)