Skip to content

Commit fc577c2

Browse files
micaelawsemarj
andauthored
bump to new minor version (#61)
Co-authored-by: Joshua Semar <joshua.semar@shipstation.com>
1 parent a34c72d commit fc577c2

5 files changed

Lines changed: 11 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.0.5"
2+
".": "2.1.0"
33
}

CHANGELOG.md

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

3+
## [2.1.0](https://github.com/ShipEngine/shipengine-python/compare/v2.0.5...v2.1.0) (2026-04-22)
4+
5+
6+
### Features
7+
8+
* add get_rate_estimate method ([65c99cf](https://github.com/ShipEngine/shipengine-python/commit/65c99cf2f1bbd01732ee75521e621f8697a52a15))
9+
310
## [2.0.5](https://github.com/ShipEngine/shipengine-python/compare/v2.0.4...v2.0.5) (2025-12-16)
411

512

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.5"
3+
version = "2.1.0"
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.0.5"
3+
__version__ = "2.1.0"
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.0.5"
1+
__version__ = "2.1.0"

0 commit comments

Comments
 (0)