Skip to content

Commit

Permalink
docs(release): 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgrayston-paddle committed Oct 9, 2024
1 parent 0dee3db commit 08aeef2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ 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.

## [Unreleased]
## 0.3.0 - 2024-10-08

### Added

Expand Down
8 changes: 4 additions & 4 deletions UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ All breaking changes prior to v1 will be documented in this file to assist with

## v0.3.0

### 1. `paddle_billing.Entities.Shared.AvailablePaymentMethods` has been replaced by `paddle_billing.Entities.Shared.PaymentMethodType`.
### 1. `AvailablePaymentMethods` has been replaced by `PaymentMethodType`.

`Transaction` `available_payment_methods` will now return a list of `PaymentMethodType`.
`Transaction` `available_payment_methods` will now return a list of `paddle_billing.Entities.Shared.PaymentMethodType`.

All usage of `AvailablePaymentMethods` will need to be replaced with `PaymentMethodType`.
All usage of `paddle_billing.Entities.Shared.AvailablePaymentMethods` will need to be replaced with `paddle_billing.Entities.Shared.PaymentMethodType`.

### 2. `paddle_billing.Entities.Shared.TimePeriod` has been aligned to API specification
### 2. `TimePeriod` has been aligned to API specification

Existing shared `TimePeriod` was renamed to `Duration` (with properties `interval` and `frequency`), and new `TimePeriod` was added (with properties `starts_at` and `ends_at`).

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.2.2",
version="0.3.0",
author="Paddle and contributors",
author_email="[email protected]",
description="Paddle's Python SDK for Paddle Billing",
Expand Down

0 comments on commit 08aeef2

Please sign in to comment.