Skip to content

Commit 496636c

Browse files
authored
Merge pull request #4 from romatallinn/v0.0.5
V0.0.5
2 parents 3bf1527 + 7376897 commit 496636c

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.0.5
2+
3+
Quickfix: fix circular import in `base_request.py` introduced in v0.0.4.
4+
15
## 0.0.4
26

37
This release contains a single, but critical bug fix to base request's body to json conversion for ObjectJSON instances.

braspag_sdk/utils/base_request.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from future.utils import raise_with_traceback
66
from requests import Request, Session
77

8-
from braspag_sdk import ObjectJSON
8+
from braspag_sdk.utils.object_json import ObjectJSON
99
from braspag_sdk.apps.payments.data import MerchantCredentials
1010

1111

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "braspag-sdk"
3-
version = "0.0.4"
3+
version = "0.0.5"
44
description = "An unofficial Python SDK for Braspag"
55
authors = [
66
"Roman Sirokov <sirokov@dizconto.com>",

0 commit comments

Comments
 (0)