0.12.3 replace resource_filename() with importlib.resources API
This commit is contained in:
parent
634d251395
commit
6b3e4d5403
4 changed files with 49 additions and 2 deletions
|
|
@ -1,5 +1,9 @@
|
|||
# Changelog
|
||||
|
||||
## 0.12.3
|
||||
|
||||
+ Replace `resource_filename()` (from deprecated pkg_resources) with API from `importlib.resources`
|
||||
|
||||
## 0.12.2
|
||||
|
||||
+ Fix imports in module `sqlalchemy.quart`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue