Skip to content

Commit 2d862ce

Browse files
committed
prep 1.18.0 release
1 parent a622c7d commit 2d862ce

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
The intended audience of this file is for py42 consumers -- as such, changes that don't affect
99
how a consumer would use the library (e.g. adding unit tests, updating documentation, etc) are not captured here.
1010

11+
## 1.18.0 - 2023-11-30
12+
13+
### Added
14+
15+
- Support for Python 3.12, includes various dependency version requirement updates.
16+
1117
## 1.17.0 - 2023-08-04
1218

1319
### Removed

src/code42cli/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.17.0"
1+
__version__ = "1.18.0"

0 commit comments

Comments
 (0)