Merge branch 'release/0.9.1' into develop

This commit is contained in:
beelit94 2017-09-01 09:52:44 -07:00
commit a4b36e1418
3 changed files with 6 additions and 2 deletions

View file

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

View file

@ -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'

View file

@ -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',