Skip to content

Commit 8c6c42b

Browse files
docs(release): 1.13.0 (#137)
1 parent 2233d9b commit 8c6c42b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.13.0 - 2026-02-04
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.12.0",
203+
"User-Agent": "PaddleSDK/python 1.13.0",
204204
}
205205
)
206206

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22

33
setup(
4-
version="1.12.0",
4+
version="1.13.0",
55
author="Paddle and contributors",
66
author_email="team-dx@paddle.com",
77
description="Paddle's Python SDK for Paddle Billing",

0 commit comments

Comments
 (0)