Skip to content

Commit

Permalink
Update version to 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cdottori-stark committed Mar 22, 2021
1 parent 9d0f745 commit 1fad1fd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Given a version number MAJOR.MINOR.PATCH, increment:


## [Unreleased]

## [2.9.0] - 2021-03-22
### Added
- Event.Attempt sub-resource to allow retrieval of information on failed webhook event delivery attempts
- Boleto.transaction_ids property to allow transaction tracking
Expand Down
2 changes: 1 addition & 1 deletion starkbank/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "2.8.0"
version = "2.9.0"

user = None
language = "en-US"
Expand Down
2 changes: 1 addition & 1 deletion tests/api/testBrcodePreview.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class TestBrcodePreviewGet(TestCase):

def test_success(self):
previews = list(starkbank.brcodepreview.query(brcodes=[
"00020126580014br.gov.bcb.pix0136a629532e-7693-4846-852d-1bbff817b5a8520400005303986540510.005802BR5908T'Challa6009Sao Paulo62090505123456304B14A"
"00020126390014br.gov.bcb.[email protected] Snow6009Sao Paulo62110507sdktest63046109"
]))
for preview in previews:
print(preview)
Expand Down
2 changes: 1 addition & 1 deletion tests/sdk/testBrcodePreview.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class TestBrcodePreviewGet(TestCase):

def test_success(self):
previews = list(starkbank.brcodepreview.query(brcodes=[
"00020101021226890014br.gov.bcb.pix2567invoice-h.sandbox.starkbank.com/v2/d5b00b1994454706ba90a0387ff39b7952040000530398654040.005802BR5925Afel Tec Servicos Adminis6009Sao Paulo62070503***630475CE"
"00020126390014br.gov.bcb.pix0117valid@sandbox.com52040000530398654041.005802BR5908Jon Snow6009Sao Paulo62110507sdktest63046109"
]))
for preview in previews:
print(preview)
Expand Down

0 comments on commit 1fad1fd

Please sign in to comment.