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 701ded3 commit d6e7f84Copy full SHA for d6e7f84
CHANGELOG
@@ -1,7 +1,7 @@
1
CHANGELOG
2
=========
3
4
-1.6.3 (2024-10-31)
+1.6.4 (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.3"
+VERSION = "1.6.4"
16
_DEBUG = False # compile/link code for debugging
17
_PROFILE = False # profile yappi itself
18
0 commit comments