Merge branch 'release/0.8.2' into develop
This commit is contained in:
commit
bdfe8c8d22
2 changed files with 3 additions and 3 deletions
|
@ -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]
|
||||||
|
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue