Merge branch 'release/0.9.1' into develop
This commit is contained in:
commit
a4b36e1418
3 changed files with 6 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
[bumpversion]
|
[bumpversion]
|
||||||
current_version = 0.9.0
|
current_version = 0.9.1
|
||||||
commit = True
|
commit = True
|
||||||
tag = False
|
tag = False
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,8 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
## [0.9.1]
|
||||||
|
1. [#10] log handler error on Linux environment
|
||||||
|
1. [#11] Fix reading state file for remote state and support backend config for
|
||||||
|
init command
|
||||||
## [0.9.0]
|
## [0.9.0]
|
||||||
### Fixed
|
### Fixed
|
||||||
1. [#12] Output function doesn't accept parameter 'module'
|
1. [#12] Output function doesn't accept parameter 'module'
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -20,7 +20,7 @@ except IOError:
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name=module_name,
|
name=module_name,
|
||||||
version='0.9.0',
|
version='0.9.1',
|
||||||
url='https://github.com/beelit94/python-terraform',
|
url='https://github.com/beelit94/python-terraform',
|
||||||
license='MIT',
|
license='MIT',
|
||||||
author='Freddy Tan',
|
author='Freddy Tan',
|
||||||
|
|
Loading…
Reference in a new issue