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 2
2
3
3
- [ Unreleased] ( #unreleased )
4
4
- [ 2.x.x] ( #2xx )
5
+ - [ Version 2.3.2] ( #version-232 )
5
6
- [ Version 2.3.1] ( #version-231 )
6
7
- [ Version 2.3.0] ( #version-230 )
7
8
- [ Version 2.2.0] ( #version-220 )
22
23
23
24
# Unreleased
24
25
26
+ * Nil.
27
+
28
+ # 2.x.x
29
+
30
+ ## Version 2.3.2
31
+
25
32
* Add support for aarch64 wheels. Thank you @bbayles !
26
33
* Add wheels for PyPy 3.10
27
34
* Added Python 3.13 support
28
35
* Better error message when attempting to parse a BCE year (#156 ). Thanks @javiabellan
29
36
30
- # 2.x.x
31
-
32
37
## Version 2.3.1
33
38
34
39
* Added Python 3.12 wheels
Original file line number Diff line number Diff line change 31
31
os .environ ["_CL_" ] = ""
32
32
os .environ ["_CL_" ] += " /WX"
33
33
34
- VERSION = "2.3.1 "
34
+ VERSION = "2.3.2 "
35
35
CISO8601_CACHING_ENABLED = int (os .environ .get ('CISO8601_CACHING_ENABLED' , '1' ) == '1' )
36
36
37
37
setup (
You can’t perform that action at this time.
0 commit comments