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 e7fbfdf commit dd867caCopy full SHA for dd867ca
CHANGELOG
@@ -1,6 +1,11 @@
1
CHANGELOG
2
=========
3
4
+1.6.0 (2023-12-07)
5
+
6
+- Drop support 2.7-3.5 and clean backward compatible code (pull/152)
7
+- Add Python 3.12 wheels
8
9
1.5.1 (2023-12-06)
10
11
- Add support for Python 3.12
setup.py
@@ -12,7 +12,7 @@
12
13
HOMEPAGE = "https://github.com/sumerc/yappi"
14
NAME = "yappi"
15
-VERSION = "1.5.1"
+VERSION = "1.6.0"
16
_DEBUG = False # compile/link code for debugging
17
_PROFILE = False # profile yappi itself
18
0 commit comments