We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9014103 commit 5c3c2fcCopy full SHA for 5c3c2fc
CHANGELOG
@@ -1,7 +1,7 @@
1
CHANGELOG
2
=========
3
4
-1.6.8 (2024-10-31)
+1.6.9 (2024-10-31)
5
6
- Fix error not cleared from an internal PyObject_GetAttrString call
7
setup.py
@@ -12,7 +12,7 @@
12
13
HOMEPAGE = "https://github.com/sumerc/yappi"
14
NAME = "yappi"
15
-VERSION = "1.6.8"
+VERSION = "1.6.9"
16
_DEBUG = False # compile/link code for debugging
17
_PROFILE = False # profile yappi itself
18
0 commit comments