Skip to content
This repository was archived by the owner on Sep 12, 2024. It is now read-only.

Commit c46ad18

Browse files
author
Cian Leow
committed
release: v0.4.1
1 parent 922fd8a commit c46ad18

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ The format is based on [Keep a Changelog] and this project adheres to [Semantic
77
[Keep a Changelog]: http://keepachangelog.com/en/1.0.0/
88
[Semantic Versioning]: http://semver.org/spec/v2.0.0.html
99

10+
## [0.4.1] - 2023-01-25
11+
12+
### Added
13+
- `max_connections` parameter to `OfferRequest`
14+
15+
[0.4.1]: https://github.com/duffelhq/duffel-api-python/releases/tag/0.4.1
16+
1017
## [0.4.0] - 2022-02-11
1118

1219
### Added

setup.py

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

66
setup(
77
name="duffel-api",
8-
version="0.4.0",
8+
version="0.4.1",
99
author="Duffel Engineering",
1010
author_email="[email protected]",
1111
description="Client library for the Duffel API",

0 commit comments

Comments
 (0)