Skip to content

Commit a4b9067

Browse files
authored
Update dependencies, add py.typed (anvilco#24)
* Add py.typed * Update deps * Ignore this * Bump version * py.typed * Update CHANGELOG
1 parent c4aec20 commit a4b9067

6 files changed

Lines changed: 419 additions & 310 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 1.2.0 (2021-12-15)
2+
3+
- Added `py.typed` for better mypy support.
4+
- Updated a number of dev dependencies.
5+
16
# 1.1.0 (2021-11-15)
27

38
- Added support for `webhook_url` on Etch packets. Please see the `CreateEtchPacketPayload` class

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
mkdocs==1.2.2; python_version >= "3.6"
1+
mkdocs==1.2.3; python_version >= "3.6"
22
pygments==2.10.0; python_version >= "3.5"

0 commit comments

Comments
 (0)