Skip to content

Commit c53515a

Browse files
github-actions[bot]semarj
authored andcommitted
chore(main): release 2.1.1
1 parent 83fc96f commit c53515a

5 files changed

Lines changed: 17 additions & 4 deletions

File tree

.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.1.0"
2+
".": "2.1.1"
33
}

CHANGELOG.md

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

3+
## [2.1.1](https://github.com/ShipEngine/shipengine-python/compare/v2.0.5...v2.1.1) (2026-05-06)
4+
5+
6+
### Bug Fixes
7+
8+
* remove unused python-dotenv dependency ([#63](https://github.com/ShipEngine/shipengine-python/issues/63)) ([df04ae7](https://github.com/ShipEngine/shipengine-python/commit/df04ae768d92f6e5a9d5f74743cb48babdc976ce))
9+
10+
11+
### Documentation
12+
13+
* add conventional commits guidance to Contributing section ([9d03da0](https://github.com/ShipEngine/shipengine-python/commit/9d03da03d6fa3236a26f8a310d3ffe846c8e3610))
14+
* fix grammar in README tracking method descriptions ([83fc96f](https://github.com/ShipEngine/shipengine-python/commit/83fc96f2dd94093b0499a8fe5855fb8d39a58b0a))
15+
316
## [2.1.0](https://github.com/ShipEngine/shipengine-python/compare/v2.0.5...v2.1.0) (2026-04-22)
417

518

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.1.0"
3+
version = "2.1.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,6 +1,6 @@
11
"""ShipEngine SDK."""
22

3-
__version__ = "2.1.0"
3+
__version__ = "2.1.1"
44

55
import logging
66
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__ = "2.1.0"
1+
__version__ = "2.1.1"

0 commit comments

Comments
 (0)