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

Commit 3b72e8b

Browse files
author
Norberto Lopes
authored
Merge pull request #221 from duffelhq/nlopes-bump-to-0.4.3
Bump to 0.4.3
2 parents c0634f3 + 4a4c4b4 commit 3b72e8b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ 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.3] - 2023-02-14
11+
12+
### Fixed
13+
- when using `return_offers()` while searching, we correctly parse the datetime for
14+
payment_requirements - previously this would raise
15+
16+
[0.4.3]: https://github.com/duffelhq/duffel-api-python/releases/tag/0.4.3
17+
1018
## [0.4.2] - 2023-02-13
1119

1220
### 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.2",
8+
version="0.4.3",
99
author="Duffel Engineering",
1010
author_email="[email protected]",
1111
description="Client library for the Duffel API",

0 commit comments

Comments
 (0)