Skip to content

Commit 43bc4b1

Browse files
committed
update version and changelog
1 parent 099e7cc commit 43bc4b1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 5.0.1 (2025-01-06)
2+
3+
- Added/fixed testing for support for Python `3.12`.
4+
- Updated `pylint` to `^3.0` in support of the above.
5+
16
# 5.0.0 (2024-12-27)
27

38
- **[BREAKING CHANGE]** Python requirement is now `>= 3.8.0,<3.13`.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22

33
name = "python_anvil"
4-
version = "5.0.0"
4+
version = "5.0.1"
55
description = "Anvil API"
66
license = "MIT"
77
authors = ["Anvil Foundry Inc. <[email protected]>"]

0 commit comments

Comments
 (0)