From 7edb0e0124bab9cea84050a9ad3e03c8313bfa82 Mon Sep 17 00:00:00 2001 From: He Guimin Date: Thu, 11 Jul 2019 11:21:42 +0800 Subject: [PATCH] Publish release 1.10.0 --- CHANGELOG.md | 8 +++++--- setup.py | 4 ++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87d87791..ad8cb345 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,12 @@ # Ansible-Alicloud Change Log -## 1.10.0 (Unreleased) +## 1.11.0 (Unreleased) +## 1.10.0 (11 July, 2019) IMPROVEMENTS: -- Sync alicloud instance modules with the latest ansible ([#165](https://github.com/alibaba/ansible-provider/pull/165)) -- Match the latest method describe_instances in footmark 1.12.0 ([#165](https://github.com/alibaba/ansible-provider/pull/165)) +- Publish release 1.10.0 ([#172](https://github.com/alibaba/ansible-provider/pull/172)) +- Sync alicloud instance modules with the latest ansible ([#171](https://github.com/alibaba/ansible-provider/pull/171)) +- Match the latest method describe_instances in footmark 1.12.0 ([#171](https://github.com/alibaba/ansible-provider/pull/171)) - Add creation_time attribute in ali_image_facts results ([#164](https://github.com/alibaba/ansible-provider/pull/164)) BUG FIXES: diff --git a/setup.py b/setup.py index e52c12d7..6d587c48 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ AUTHOR_EMAIL = "heguimin36@163.com" URL = "https://github.com/alibaba/ansible-provider/tree/master/lib/ansible" -VERSION = "1.9.0" +VERSION = "1.10.0" setup( name=NAME, @@ -60,5 +60,5 @@ package_dir={'': 'lib'}, packages=find_packages('lib'), include_package_data=True, - install_requires=['ansible', 'footmark>=1.9.0', 'importlib'] + install_requires=['ansible', 'footmark>=1.12.0', 'importlib'] )