Skip to content

Commit c433d71

Browse files
authored
Merge pull request #48 from ShipEngine/release-2.0.0
chore: release 2.0.0
2 parents 155e3f3 + 97081ed commit c433d71

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.2"
2+
".": "2.0.0"
33
}

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [2.0.0](https://github.com/ShipEngine/shipengine-python/compare/v1.0.2...v2.0.0) (2025-12-16)
4+
5+
### ⚠ BREAKING CHANGES
6+
7+
* **Python Support**: Dropped support for Python 3.7, 3.8, and 3.9. Minimum required Python version is now 3.10.
8+
9+
### Features
10+
11+
* Add support for Python 3.10, 3.11, 3.12, and 3.13 ([7559751](https://github.com/ShipEngine/shipengine-python/commit/75597510aa212c086077a03d7513835569be820a))
12+
* Update CI/CD workflows to use current GitHub Actions versions
13+
* Update package dependencies for Python 3.10+ compatibility
14+
15+
### Dependencies
16+
17+
* Update aiohttp from ^3.7.4 to ^3.9.0
18+
* Update pytest from >=5.0 to ^7.0.0
19+
* Update black from ^20.8b1 to ^22.0.0
20+
* Update flake8 from ^3.8.4 to ^6.0.0
21+
322
## [1.0.0](https://www.github.com/ShipEngine/shipengine-python/compare/v1.0.0...v1.0.0) (2021-08-11)
423

524
### Miscellaneous Chores

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "shipengine"
3-
version = "1.0.2"
3+
version = "2.0.0"
44
description = "The official Python library for ShipEngine API."
55
readme = "README.md"
66
authors = ["ShipEngine <support@shipengine.com>"]

0 commit comments

Comments
 (0)