Skip to content

Commit

Permalink
modify footmark version
Browse files Browse the repository at this point in the history
  • Loading branch information
lixue323 authored and xiaozhu36 committed Feb 28, 2020
1 parent 9340e15 commit 8dc527a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Ansible-Alicloud Change Log
## 1.17.0 (Unreleased)

## 1.16.1 (28 February, 2020)
- modify footmark version ([#239](https://github.com/alibaba/ansible-provider/pull/239))

## 1.16.0 (27 February, 2020)
- improve(ram): Add ram module ([#227](https://github.com/alibaba/ansible-provider/pull/227))
- Add new modules ali_ecs_tag ali_slb_tag ali_vpc_tag ([#235](https://github.com/alibaba/ansible-provider/pull/235))
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.16.0"
VERSION = "1.16.1"

setup(
name=NAME,
Expand Down Expand Up @@ -59,5 +59,5 @@
package_dir={'': 'lib'},
packages=find_packages('lib'),
include_package_data=True,
install_requires=['ansible', 'footmark>=1.17.0', 'ansible_alicloud_module_utils>=1.3.0']
install_requires=['ansible', 'footmark>=1.17.1', 'ansible_alicloud_module_utils>=1.3.0']
)

0 comments on commit 8dc527a

Please sign in to comment.