Skip to content

Commit 38aff5b

Browse files
docs: Release 1.2.0 (#80)
1 parent 09e393c commit 38aff5b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
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.
88

9-
## [Unreleased]
9+
## 1.2.0 - 2024-12-03
1010

1111
### Added
1212

paddle_billing/Client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ def build_request_session(self) -> Session:
204204
"Authorization": f"Bearer {self.__api_key}",
205205
"Content-Type": "application/json",
206206
"Paddle-Version": str(self.use_api_version),
207-
"User-Agent": "PaddleSDK/python 1.1.2",
207+
"User-Agent": "PaddleSDK/python 1.2.0",
208208
}
209209
)
210210

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
setup(
5-
version="1.1.2",
5+
version="1.2.0",
66
author="Paddle and contributors",
77
author_email="team-dx@paddle.com",
88
description="Paddle's Python SDK for Paddle Billing",

0 commit comments

Comments
 (0)