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

Commit 2086a4f

Browse files
author
Norberto Lopes
authored
Merge pull request #283 from duffelhq/nlopes-bump-0.6.0
Bump to version 0.6.0
2 parents 898249c + c415fb8 commit 2086a4f

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,20 @@ The format is based on [Keep a Changelog] and this project adheres to [Semantic
88
[Semantic Versioning]: http://semver.org/spec/v2.0.0.html
99

1010

11-
## [Unreleased]
11+
## [0.6.0] - 2023-05-31
1212

1313
### Added
1414
- Added support and testing for Python 3.11.
15+
- Removed python 3.7 support - now requires >=3.8
16+
- Fixed parsing of datetimes
17+
- Removed deprecated pkg_resources usage
18+
19+
[0.6.0]: https://github.com/duffelhq/duffel-api-python/releases/tag/0.6.0
1520

1621
## [0.5.0] - 2023-02-15
1722

1823
### Added
19-
- our new Product: [Links]
24+
- our new Product: [Links]
2025

2126
[0.5.0]: https://github.com/duffelhq/duffel-api-python/releases/tag/0.5.0
2227
[Links]: https://duffel.com/links

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.5.0",
8+
version="0.6.0",
99
author="Duffel Engineering",
1010
author_email="client-libraries@duffel.com",
1111
description="Client library for the Duffel API",

0 commit comments

Comments
 (0)