Skip to content

Commit

Permalink
Release v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
movermeyer committed Oct 25, 2023
1 parent eda7d26 commit 63981a8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
inputs:
requested_release_tag:
description: 'The tag to use for this release (e.g., `v2.3.0`)'
description: 'The tag to use for this release (e.g., `v2.3.1`)'
required: true

jobs:
Expand Down
5 changes: 5 additions & 0 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.1](#version-231)
- [Version 2.3.0](#version-230)
- [Version 2.2.0](#version-220)
- [Version 2.1.3](#version-213)
Expand All @@ -25,6 +26,10 @@

# 2.x.x

## Version 2.3.1

* Added Python 3.12 wheels

## Version 2.3.0

* Added Python 3.11 support
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.0"
VERSION = "2.3.1"
CISO8601_CACHING_ENABLED = int(os.environ.get('CISO8601_CACHING_ENABLED', '1') == '1')

setup(
Expand Down

0 comments on commit 63981a8

Please sign in to comment.