Skip to content

Commit 3fdfae0

Browse files
authored
Merge pull request #160 from sumerc/bump-version-1.6.0
Bump `1.6.0` version
2 parents e7fbfdf + dd867ca commit 3fdfae0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
CHANGELOG
22
=========
33

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+
49
1.5.1 (2023-12-06)
510

611
- Add support for Python 3.12

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.5.1"
15+
VERSION = "1.6.0"
1616
_DEBUG = False # compile/link code for debugging
1717
_PROFILE = False # profile yappi itself
1818

0 commit comments

Comments
 (0)