File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 44 workflow_dispatch :
55 inputs :
66 requested_release_tag :
7- description : ' The tag to use for this release (e.g., `v2.3.0 `)'
7+ description : ' The tag to use for this release (e.g., `v2.3.1 `)'
88 required : true
99
1010jobs :
Original file line number Diff line number Diff line change 22
33- [ Unreleased] ( #unreleased )
44- [ 2.x.x] ( #2xx )
5+ - [ Version 2.3.1] ( #version-231 )
56 - [ Version 2.3.0] ( #version-230 )
67 - [ Version 2.2.0] ( #version-220 )
78 - [ Version 2.1.3] ( #version-213 )
2526
2627# 2.x.x
2728
29+ ## Version 2.3.1
30+
31+ * Added Python 3.12 wheels
32+
2833## Version 2.3.0
2934
3035* Added Python 3.11 support
Original file line number Diff line number Diff line change 3131 os .environ ["_CL_" ] = ""
3232 os .environ ["_CL_" ] += " /WX"
3333
34- VERSION = "2.3.0 "
34+ VERSION = "2.3.1 "
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