Skip to content

Commit

Permalink
Release v2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
movermeyer committed Dec 8, 2024
1 parent d6d021f commit 9412b8c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

- [Unreleased](#unreleased)
- [2.x.x](#2xx)
- [Version 2.3.2](#version-232)
- [Version 2.3.1](#version-231)
- [Version 2.3.0](#version-230)
- [Version 2.2.0](#version-220)
Expand All @@ -22,13 +23,17 @@

# Unreleased

* Nil.

# 2.x.x

## Version 2.3.2

* Add support for aarch64 wheels. Thank you @bbayles!
* Add wheels for PyPy 3.10
* Added Python 3.13 support
* Better error message when attempting to parse a BCE year (#156). Thanks @javiabellan

# 2.x.x

## Version 2.3.1

* Added Python 3.12 wheels
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
os.environ["_CL_"] = ""
os.environ["_CL_"] += " /WX"

VERSION = "2.3.1"
VERSION = "2.3.2"
CISO8601_CACHING_ENABLED = int(os.environ.get('CISO8601_CACHING_ENABLED', '1') == '1')

setup(
Expand Down

0 comments on commit 9412b8c

Please sign in to comment.