Skip to content

Commit 7e9bf38

Browse files
docs(release): v1.12.0 (#131)
1 parent 940bd3c commit 7e9bf38

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.12.0 - 2025-11-12
1010

1111
### Added
1212

paddle_billing/Client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ def build_request_session(self) -> Session:
200200
"Authorization": f"Bearer {self.__api_key}",
201201
"Content-Type": "application/json",
202202
"Paddle-Version": str(self.use_api_version),
203-
"User-Agent": "PaddleSDK/python 1.11.0",
203+
"User-Agent": "PaddleSDK/python 1.12.0",
204204
}
205205
)
206206

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.11.0",
5+
version="1.12.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)