Merge branch 'release/0.9.1' into develop

merge-requests/1/head
beelit94 7 years ago
commit a4b36e1418

@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.9.0
current_version = 0.9.1
commit = True
tag = False

@ -1,4 +1,8 @@
# 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]
### Fixed
1. [#12] Output function doesn't accept parameter 'module'

@ -20,7 +20,7 @@ except IOError:
setup(
name=module_name,
version='0.9.0',
version='0.9.1',
url='https://github.com/beelit94/python-terraform',
license='MIT',
author='Freddy Tan',

Loading…
Cancel
Save