Version 3.9.2

This commit is contained in:
Terry Howe 2018-03-18 17:26:52 -06:00
parent cfd2c92ec3
commit f2e6772196
2 changed files with 6 additions and 1 deletions

View File

@ -2,6 +2,11 @@ Changelog
=========
3.9.2 (2018-03-18)
------------------
- Mark ttl and max_ttl changed if parsed values differ. [Terry Howe]
3.9.1 (2018-03-17)
------------------
- Add change log and gitchangelog. [Terry Howe]

View File

@ -15,7 +15,7 @@ long_description=open('README.rst', 'r').read()
setup(
name='ansible-modules-hashivault',
version='3.9.1',
version='3.9.2',
description='Ansible Modules for Hashicorp Vault',
long_description=long_description,
author='Terry Howe',