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

Commit

Permalink
Merge pull request #18 from alviezhang/master
Browse files Browse the repository at this point in the history
Dump version to 1.0.post2
  • Loading branch information
jkzhang-aftership authored Mar 10, 2020
2 parents 7b63214 + 1367d50 commit ac366c6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.

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

## [1.0.post2] - 2020-03-11
### Changed
- Dump version.

## [1.0.post1] - 2020-03-11
### Changed
- Fix import aftership problem [#15](https://github.com/AfterShip/aftership-sdk-python/issues/15).
Expand All @@ -17,4 +21,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Removed
- Python 2.X support.

[1.0.post2]: https://github.com/AfterShip/aftership-sdk-python/releases/tag/1.0.post2
[1.0.post1]: https://github.com/AfterShip/aftership-sdk-python/releases/tag/1.0.post1
[1.0]: https://github.com/AfterShip/aftership-sdk-python/releases/tag/1.0
2 changes: 1 addition & 1 deletion aftership/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from . import courier, exception, tracking, notification # noqa


__version__ = '1.0.post1'
__version__ = '1.0.post2'

api_key = None
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def find_version(*file_paths):
# 3 - Alpha
# 4 - Beta
# 5 - Production/Stable
'Development Status :: 3 - Production',
'Development Status :: 5 - Production/Stable',

# Indicate who your project is intended for
'Intended Audience :: Developers',
Expand Down

0 comments on commit ac366c6

Please sign in to comment.