Skip to content

Commit d4968e1

Browse files
chore(main): release 1.0.1
1 parent bba0a39 commit d4968e1

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
lines changed

CHANGELOG.md

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

3+
## [1.0.1](https://github.com/ShipEngine/shipengine-python/compare/v1.0.0...v1.0.1) (2025-12-16)
4+
5+
6+
### Bug Fixes
7+
8+
* squash version increment bug ([1c09e5d](https://github.com/ShipEngine/shipengine-python/commit/1c09e5df0c06e7a2c87e142591a92db455ee8e86))
9+
* update default timeout to 60s ([f018fbf](https://github.com/ShipEngine/shipengine-python/commit/f018fbfe8696879b9d1af8f7184551ef7341d3af))
10+
* update default timeout to 60s ([82e472f](https://github.com/ShipEngine/shipengine-python/commit/82e472f06403e101a4693aae81f6442f2d81e616))
11+
* Updated README per release on PYPI ([aa751a8](https://github.com/ShipEngine/shipengine-python/commit/aa751a8c4d5237b5471123ab57b706dffb9f9482))
12+
13+
14+
### Miscellaneous Chores
15+
16+
* release 1.0.0 ([f6f702f](https://github.com/ShipEngine/shipengine-python/commit/f6f702fa3427508cd78953b88d62e4bf3a0f3bf1))
17+
* release 1.0.1 ([f0cf624](https://github.com/ShipEngine/shipengine-python/commit/f0cf624604443903ca428d2ce1bfd216ce5940f4))
18+
* release 1.0.1 ([8cddec1](https://github.com/ShipEngine/shipengine-python/commit/8cddec1ffb1e8d8ae9f1fdb9238d7b21f03fb704))
19+
* release 1.0.1 ([1a157a2](https://github.com/ShipEngine/shipengine-python/commit/1a157a2b212c4e2545de9902fe1bc3d4496eede2))
20+
* release 1.0.1 ([31709e5](https://github.com/ShipEngine/shipengine-python/commit/31709e542b4f3a9337720f520a41f3088c6aa0d8))
21+
* release 1.0.1 ([b463ae5](https://github.com/ShipEngine/shipengine-python/commit/b463ae51b06be608c26ca2ea85e902bda4bf5f57))
22+
323
## [1.0.0](https://www.github.com/ShipEngine/shipengine-python/compare/v1.0.0...v1.0.0) (2021-08-11)
424

525
### 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 = "1.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__ = "1.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__ = "1.0.1"

0 commit comments

Comments
 (0)