We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edda95e commit e5a6689Copy full SHA for e5a6689
CHANGELOG
@@ -1,6 +1,11 @@
1
CHANGELOG
2
=========
3
4
+1.6.10 (2024-11-12)
5
+
6
+- Fix source distribution not released
7
8
9
1.6.9 (2024-10-31)
10
11
- Fix error not cleared from an internal PyObject_GetAttrString call
setup.py
@@ -12,7 +12,7 @@
12
13
HOMEPAGE = "https://github.com/sumerc/yappi"
14
NAME = "yappi"
15
-VERSION = "1.6.9"
+VERSION = "1.6.10"
16
_DEBUG = False # compile/link code for debugging
17
_PROFILE = False # profile yappi itself
18
0 commit comments