Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit efb2f0b

Browse files
committed
Bump 1.2.1
1 parent 9ad6f29 commit efb2f0b

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55

6+
## [1.2.1] - 2021-03-26
7+
### Changed
8+
- Update package setup.py
9+
610

711
## [1.2.0] - 2021-03-26
812
### Changed
@@ -33,6 +37,7 @@ A dummy version, NO CHANGES.
3337
### Removed
3438
- Python 2.X support.
3539

40+
[1.2.1]: https://github.com/AfterShip/aftership-sdk-python/releases/tag/1.2.1
3641
[1.2.0]: https://github.com/AfterShip/aftership-sdk-python/releases/tag/1.2.0
3742
[1.1.0]: https://github.com/AfterShip/aftership-sdk-python/releases/tag/1.1.0
3843
[1.0.post2]: https://github.com/AfterShip/aftership-sdk-python/releases/tag/1.0.post2

aftership/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from . import courier, exception, tracking, notification # noqa
22

33

4-
__version__ = '1.2.0'
4+
__version__ = '1.2.1'
55

66
api_key = None

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 = "aftership"
3-
version = "1.2.0"
3+
version = "1.2.1"
44
description = "The python SDK of AfterShip API"
55
authors = ["AfterShip <support@aftership.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)