Skip to content

Commit 9412b8c

Browse files
committed
Release v2.3.2
1 parent d6d021f commit 9412b8c

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
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)
@@ -22,13 +23,17 @@
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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
os.environ["_CL_"] = ""
3232
os.environ["_CL_"] += " /WX"
3333

34-
VERSION = "2.3.1"
34+
VERSION = "2.3.2"
3535
CISO8601_CACHING_ENABLED = int(os.environ.get('CISO8601_CACHING_ENABLED', '1') == '1')
3636

3737
setup(

0 commit comments

Comments
 (0)