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]
|
||||
current_version = 0.8.1
|
||||
current_version = 0.8.2
|
||||
commit = True
|
||||
tag = False
|
||||
|
||||
[bumpversion:file:VERSION]
|
||||
[bumpversion:file:setup.py]
|
||||
|
||||
|
|
2
setup.py
2
setup.py
|
@ -17,7 +17,7 @@ except IOError:
|
|||
|
||||
setup(
|
||||
name=module_name,
|
||||
version='0.8.1',
|
||||
version='0.8.2',
|
||||
url='https://github.com/beelit94/python-terraform',
|
||||
license='MIT',
|
||||
author='Freddy Tan',
|
||||
|
|
Loading…
Reference in a new issue