Skip to content

Commit 1294dc6

Browse files
committed
publishing stable version without deprecation warnings
1 parent 3c970e1 commit 1294dc6

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 5.0.3 (2025-02-24)
2+
3+
- Package import now uses `importlib.metadata` to get the version and throws `PackageNotFoundError` if the package is not
4+
installed.
5+
16
# 5.0.2 (2025-01-14)
27

38
- `gql` requirement is now `3.6.0b2`

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.3b1"
4+
version = "5.0.3"
55
description = "Anvil API"
66
license = "MIT"
77
authors = ["Anvil Foundry Inc. <[email protected]>"]

0 commit comments

Comments
 (0)