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

Commit ac366c6

Browse files
Merge pull request #18 from alviezhang/master
Dump version to 1.0.post2
2 parents 7b63214 + 1367d50 commit ac366c6

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 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.0.post2] - 2020-03-11
7+
### Changed
8+
- Dump version.
9+
610
## [1.0.post1] - 2020-03-11
711
### Changed
812
- Fix import aftership problem [#15](https://github.com/AfterShip/aftership-sdk-python/issues/15).
@@ -17,4 +21,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1721
### Removed
1822
- Python 2.X support.
1923

24+
[1.0.post2]: https://github.com/AfterShip/aftership-sdk-python/releases/tag/1.0.post2
25+
[1.0.post1]: https://github.com/AfterShip/aftership-sdk-python/releases/tag/1.0.post1
2026
[1.0]: https://github.com/AfterShip/aftership-sdk-python/releases/tag/1.0

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.0.post1'
4+
__version__ = '1.0.post2'
55

66
api_key = None

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def find_version(*file_paths):
6464
# 3 - Alpha
6565
# 4 - Beta
6666
# 5 - Production/Stable
67-
'Development Status :: 3 - Production',
67+
'Development Status :: 5 - Production/Stable',
6868

6969
# Indicate who your project is intended for
7070
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)