File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 22
33- [ Unreleased] ( #unreleased )
44- [ 2.x.x] ( #2xx )
5+ - [ Version 2.3.2] ( #version-232 )
56 - [ Version 2.3.1] ( #version-231 )
67 - [ Version 2.3.0] ( #version-230 )
78 - [ Version 2.2.0] ( #version-220 )
2223
2324# Unreleased
2425
26+ * Nil.
27+
28+ # 2.x.x
29+
30+ ## Version 2.3.2
31+
2532* Add support for aarch64 wheels. Thank you @bbayles !
2633* Add wheels for PyPy 3.10
2734* Added Python 3.13 support
2835* Better error message when attempting to parse a BCE year (#156 ). Thanks @javiabellan
2936
30- # 2.x.x
31-
3237## Version 2.3.1
3338
3439* Added Python 3.12 wheels
Original file line number Diff line number Diff line change 3131 os .environ ["_CL_" ] = ""
3232 os .environ ["_CL_" ] += " /WX"
3333
34- VERSION = "2.3.1 "
34+ VERSION = "2.3.2 "
3535CISO8601_CACHING_ENABLED = int (os .environ .get ('CISO8601_CACHING_ENABLED' , '1' ) == '1' )
3636
3737setup (
You can’t perform that action at this time.
0 commit comments