Skip to content
This repository was archived by the owner on Aug 26, 2025. It is now read-only.

Commit dab2cf3

Browse files
committed
bump version
1 parent 2e93c98 commit dab2cf3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
55

66
## [Unreleased]
77

8+
<!-- None < 2022-11-02 13:49:30+00:00 -->
9+
10+
- [[#63](https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/pull/63)] Cache hidden dir bug ([marshall7m](https://github.com/marshall7m)) <!-- 2022-11-04 12:57:20+00:00 -->
811

912
## [1.7.6] - 2022-11-02
1013

tftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
from pathlib import Path
4444
from typing import List
4545

46-
__version__ = '1.7.6'
46+
__version__ = '1.7.7'
4747

4848
_LOGGER = logging.getLogger('tftest')
4949

0 commit comments

Comments
 (0)