From b3dfcb70e093def249850ca2905efff2ad1a2809 Mon Sep 17 00:00:00 2001 From: jem Date: Fri, 25 Jun 2021 17:04:24 +0200 Subject: [PATCH] release --- CHANGELOG.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a50babe..827b1f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,7 @@ 1. [#48] adding extension for temp file to adopt the change in terraform 0.12.0 1. [#49] add workspace support -## [1.0.0] +## [1.0.1] 1. adding option to output the latest cmd 1. added refresh command 1. intenden to work with tf1.0 \ No newline at end of file diff --git a/setup.py b/setup.py index 27526de..91c3329 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ except IOError: setup( name=module_name, - version="1.0.1-dev", + version="1.0.1", url="https://github.com/DomainDrivenArchitecture/python-terraform", license="MIT", author="Freddy Tan",