From 1367d50dfb58ae2bd8768337b2fc8f8347832d0e Mon Sep 17 00:00:00 2001 From: Alvie Zhang Date: Tue, 10 Mar 2020 09:30:54 +0800 Subject: [PATCH] Dump to 1.0.post2 --- CHANGELOG.md | 6 ++++++ aftership/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a9604c..7cc31ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). @@ -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 diff --git a/aftership/__init__.py b/aftership/__init__.py index c50989f..4163865 100644 --- a/aftership/__init__.py +++ b/aftership/__init__.py @@ -1,6 +1,6 @@ from . import courier, exception, tracking, notification # noqa -__version__ = '1.0.post1' +__version__ = '1.0.post2' api_key = None diff --git a/setup.py b/setup.py index 2d4864a..136ab70 100644 --- a/setup.py +++ b/setup.py @@ -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',