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

Commit cc22f6f

Browse files
authored
Merge branch 'main' into Return-client-key-for-ancillary-component
2 parents eb4f386 + 80a9dc2 commit cc22f6f

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ 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+
1011
## [0.6.0] - 2023-05-31
1112

1213
### Added

requirements-dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ tabulate==0.9.0
2727
toml==0.10.2
2828
tomli==2.0.1
2929
tox==4.11.3
30-
typing-extensions==4.7.1
31-
urllib3==2.0.4
30+
typing-extensions==4.8.0
31+
urllib3==2.0.5
3232
virtualenv==20.24.5

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

0 commit comments

Comments
 (0)