Skip to content

Commit 58314d5

Browse files
committedSep 18, 2023
Bump to v2.22.0
1 parent fb855e9 commit 58314d5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
 

‎CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Given a version number MAJOR.MINOR.PATCH, increment:
1313

1414

1515
## [Unreleased]
16+
17+
## [2.22.0] - 2023-09-18
1618
### Removed
1719
- account_created, created, owned attributes to DictKey resource
1820
- account_number, branch_code attributes to PaymentPreview resource

‎starkbank/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = "2.21.0"
1+
version = "2.22.0"
22

33
user = None
44
language = "en-US"

0 commit comments

Comments
 (0)
Please sign in to comment.