Skip to content

Commit

Permalink
Publish release 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaozhu36 committed Jul 11, 2019
1 parent 1cecfbe commit 7edb0e0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
AUTHOR_EMAIL = "[email protected]"
URL = "https://github.com/alibaba/ansible-provider/tree/master/lib/ansible"

VERSION = "1.9.0"
VERSION = "1.10.0"

setup(
name=NAME,
Expand Down Expand Up @@ -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']
)

0 comments on commit 7edb0e0

Please sign in to comment.