Skip to content

Commit 0472b8b

Browse files
authored
Update CHANGELOG, bump version (anvilco#33)
1 parent ffe1b56 commit 0472b8b

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+
# 1.3.1 (2022-03-18)
2+
3+
- Updated `click` package dependency to `^8.0`
4+
- Update other minor dependencies. [See full list here](https://github.com/anvilco/python-anvil/pull/31).
5+
16
# 1.3.0 (2022-03-04)
27

38
- Fixed optional field `CreateEtchPacket.signature_email_subject` being required. This is now truly optional.

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 = "1.3.0"
4+
version = "1.3.1"
55
description = "Anvil API"
66

77
license = "MIT"

0 commit comments

Comments
 (0)