Skip to content

Commit

Permalink
fix: Release 0.1.2 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgrayston-paddle committed Jun 20, 2024
1 parent ebeb087 commit 3717ae9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
Check our main [developer changelog](https://developer.paddle.com/?utm_source=dx&utm_medium=paddle-python-sdk) for information about changes to the Paddle Billing platform, the Paddle API, and other developer tools.


## 0.1.2 - 2024-06-20

### Fixed

- Fixed [bug](https://github.com/PaddleHQ/paddle-python-sdk/pull/12) - corrected import in `NotificationSettingCollection`.

---

## 0.1.1 - 2024-05-24

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion paddle_billing/Client.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def build_request_session(self) -> Session:
'Authorization': f"Bearer {self.__api_key}",
'Content-Type': 'application/json',
'Paddle-Version': str(self.use_api_version),
'User-Agent': 'PaddleSDK/python 0.1.1',
'User-Agent': 'PaddleSDK/python 0.1.2',
})

# Configure retries
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


setup(
version = '0.1.1',
version = '0.1.2',

author = 'Paddle and contributors',
author_email = 'team-dx@paddle.com',
Expand Down

0 comments on commit 3717ae9

Please sign in to comment.