File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 22build /*
33dist /*
44.tox
5+ .python-version
56* .pyc
67* .pyo
78* .so
Original file line number Diff line number Diff line change 1+ 1.0.7
2+ =====
3+
4+ Release Date: 2023-09-28
5+
6+ * Fix build error of extension module on Windows. (#567)
7+ * ``setup.py `` doesn't skip build error of extension module. (#568)
8+
9+
1101.0.6
211=====
312
413Release Date: 2023-09-21
514
15+ .. note ::
16+ v1.0.6 Wheels for Windows don't contain extension module.
17+ Please upgrade to v1.0.7 or newer.
18+
619* Add Python 3.12 wheels (#517)
720* Remove Python 2.7, 3.6, and 3.7 support
821
Original file line number Diff line number Diff line change 44import os
55
66
7- version = (1 , 0 , 6 )
8- __version__ = "1.0.6 "
7+ version = (1 , 0 , 7 )
8+ __version__ = "1.0.7 "
99
1010
1111if os .environ .get ("MSGPACK_PUREPYTHON" ):
You can’t perform that action at this time.
0 commit comments