release
This commit is contained in:
parent
f46b890778
commit
b3dfcb70e0
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@
|
||||||
1. [#48] adding extension for temp file to adopt the change in terraform 0.12.0
|
1. [#48] adding extension for temp file to adopt the change in terraform 0.12.0
|
||||||
1. [#49] add workspace support
|
1. [#49] add workspace support
|
||||||
|
|
||||||
## [1.0.0]
|
## [1.0.1]
|
||||||
1. adding option to output the latest cmd
|
1. adding option to output the latest cmd
|
||||||
1. added refresh command
|
1. added refresh command
|
||||||
1. intenden to work with tf1.0
|
1. intenden to work with tf1.0
|
2
setup.py
2
setup.py
|
@ -21,7 +21,7 @@ except IOError:
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name=module_name,
|
name=module_name,
|
||||||
version="1.0.1-dev",
|
version="1.0.1",
|
||||||
url="https://github.com/DomainDrivenArchitecture/python-terraform",
|
url="https://github.com/DomainDrivenArchitecture/python-terraform",
|
||||||
license="MIT",
|
license="MIT",
|
||||||
author="Freddy Tan",
|
author="Freddy Tan",
|
||||||
|
|
Loading…
Reference in a new issue