Skip to content

Commit e61beb9

Browse files
authored
Merge pull request #49 from ShipEngine/release-please--branches--main
chore(main): release 2.0.1
2 parents a665002 + c9680cf commit e61beb9

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
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-
".": "2.0.0"
2+
".": "2.0.1"
33
}

CHANGELOG.md

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

3+
## [2.0.1](https://github.com/ShipEngine/shipengine-python/compare/v2.0.0...v2.0.1) (2025-12-16)
4+
5+
6+
### Bug Fixes
7+
8+
* correct typo in CD workflow (dependancies -> dependencies) ([a665002](https://github.com/ShipEngine/shipengine-python/commit/a665002dca3048d012c3974aab7cdc5d4ed57e0c))
9+
* correct typo in CD workflow (dependancies -> dependencies) ([088bee5](https://github.com/ShipEngine/shipengine-python/commit/088bee5bb6cfffa19d301aafd7d5d4aedced8b89))
10+
311
## [2.0.0](https://github.com/ShipEngine/shipengine-python/compare/v1.0.2...v2.0.0) (2025-12-16)
412

513
### ⚠ BREAKING CHANGES

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 = "2.0.0"
3+
version = "2.0.1"
44
description = "The official Python library for ShipEngine API."
55
readme = "README.md"
66
authors = ["ShipEngine <support@shipengine.com>"]

shipengine/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""ShipEngine SDK."""
2-
__version__ = "1.0.2"
2+
__version__ = "2.0.1"
33

44
import logging
55
from logging import NullHandler

shipengine/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.2"
1+
__version__ = "2.0.1"

0 commit comments

Comments
 (0)