Skip to content

Commit b0ea662

Browse files
committed
Release v2.3.1
1 parent eda7d26 commit b0ea662

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.github/workflows/build-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
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

1010
jobs:

CHANGELOG.md

Lines changed: 5 additions & 0 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.1](#version-231)
56
- [Version 2.3.0](#version-230)
67
- [Version 2.2.0](#version-220)
78
- [Version 2.1.3](#version-213)
@@ -25,6 +26,10 @@
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

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.0"
34+
VERSION = "2.3.1"
3535
CISO8601_CACHING_ENABLED = int(os.environ.get('CISO8601_CACHING_ENABLED', '1') == '1')
3636

3737
setup(

0 commit comments

Comments
 (0)