Skip to content

Commit e5a6689

Browse files
committed
bump 1.6.10
1 parent edda95e commit e5a6689

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
CHANGELOG
22
=========
33

4+
1.6.10 (2024-11-12)
5+
6+
- Fix source distribution not released
7+
8+
49
1.6.9 (2024-10-31)
510

611
- Fix error not cleared from an internal PyObject_GetAttrString call

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
HOMEPAGE = "https://github.com/sumerc/yappi"
1414
NAME = "yappi"
15-
VERSION = "1.6.9"
15+
VERSION = "1.6.10"
1616
_DEBUG = False # compile/link code for debugging
1717
_PROFILE = False # profile yappi itself
1818

0 commit comments

Comments
 (0)