Skip to content

Commit 5c3c2fc

Browse files
committed
bump version 1.6.9
1 parent 9014103 commit 5c3c2fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CHANGELOG
22
=========
33

4-
1.6.8 (2024-10-31)
4+
1.6.9 (2024-10-31)
55

66
- Fix error not cleared from an internal PyObject_GetAttrString call
77

setup.py

Lines changed: 1 addition & 1 deletion
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.8"
15+
VERSION = "1.6.9"
1616
_DEBUG = False # compile/link code for debugging
1717
_PROFILE = False # profile yappi itself
1818

0 commit comments

Comments
 (0)