Merge branch 'release/0.8.2' into develop

This commit is contained in:
beelit94 2017-01-04 15:32:00 +08:00
commit bdfe8c8d22
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
[bumpversion] [bumpversion]
current_version = 0.8.1 current_version = 0.8.2
commit = True commit = True
tag = False tag = False
[bumpversion:file:VERSION] [bumpversion:file:setup.py]

View file

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