diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b725ab0..47fb725 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.1" + ".": "2.0.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 85d8d48..f2d6607 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.0.2](https://github.com/ShipEngine/shipengine-python/compare/v2.0.1...v2.0.2) (2025-12-16) + + +### Bug Fixes + +* regenerate poetry.lock and update to modern Poetry config ([6ee6fbe](https://github.com/ShipEngine/shipengine-python/commit/6ee6fbef131b49db9fe998939547b5a01a6281aa)) +* regenerate poetry.lock and update to modern Poetry config ([80b2531](https://github.com/ShipEngine/shipengine-python/commit/80b2531ced22aea74334caa2050fb572b8d43e9e)) + ## [2.0.1](https://github.com/ShipEngine/shipengine-python/compare/v2.0.0...v2.0.1) (2025-12-16) diff --git a/pyproject.toml b/pyproject.toml index 9671a04..d15d97b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "shipengine" -version = "2.0.1" +version = "2.0.2" description = "The official Python library for ShipEngine API." readme = "README.md" authors = ["ShipEngine "] diff --git a/shipengine/__init__.py b/shipengine/__init__.py index f368f26..1e3470c 100644 --- a/shipengine/__init__.py +++ b/shipengine/__init__.py @@ -1,5 +1,5 @@ """ShipEngine SDK.""" -__version__ = "2.0.1" +__version__ = "2.0.2" import logging from logging import NullHandler diff --git a/shipengine/version.py b/shipengine/version.py index 159d48b..0309ae2 100644 --- a/shipengine/version.py +++ b/shipengine/version.py @@ -1 +1 @@ -__version__ = "2.0.1" +__version__ = "2.0.2"