From dab2cf3360fa22abcfd23c379866924dc0ecfae4 Mon Sep 17 00:00:00 2001 From: Ludo Date: Fri, 4 Nov 2022 13:58:51 +0100 Subject: [PATCH] bump version --- CHANGELOG.md | 3 +++ tftest.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 068b32f..adcd1f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file. ## [Unreleased] + + +- [[#63](https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/pull/63)] Cache hidden dir bug ([marshall7m](https://github.com/marshall7m)) ## [1.7.6] - 2022-11-02 diff --git a/tftest.py b/tftest.py index c2e5450..a7d985d 100644 --- a/tftest.py +++ b/tftest.py @@ -43,7 +43,7 @@ from pathlib import Path from typing import List -__version__ = '1.7.6' +__version__ = '1.7.7' _LOGGER = logging.getLogger('tftest')