We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c507d78 commit 3e16ac8Copy full SHA for 3e16ac8
2 files changed
CHANGELOG
@@ -1,6 +1,15 @@
1
CHANGELOG
2
=========
3
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
13
1.7.3 (2025-10-24)
14
15
- Better wheel support (https://github.com/sumerc/yappi/pull/196)
setup.py
@@ -12,7 +12,7 @@
HOMEPAGE = "https://github.com/sumerc/yappi"
NAME = "yappi"
-VERSION = "1.7.3"
+VERSION = open('VERSION').read().strip()
16
_DEBUG = False # compile/link code for debugging
17
_PROFILE = False # profile yappi itself
18
0 commit comments