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

Commit a76236a

Browse files
committed
bump version
1 parent 824d7f0 commit a76236a

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

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

66
## [Unreleased]
77

8-
<!-- None < 2022-11-02 06:51:48+00:00 -->
8+
9+
## [1.7.6] - 2022-11-02
10+
11+
- [[#62](https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/pull/62)] Inherit TerraformJSONBase from Mapping ABC ([juliocc](https://github.com/juliocc)) <!-- 2022-11-02 13:43:24+00:00 -->
912

1013
## [1.7.5] - 2022-11-02
1114
<!-- 2022-11-02 06:51:48+00:00 < 2022-10-02 16:42:19+00:00 -->
@@ -171,7 +174,8 @@ All notable changes to this project will be documented in this file.
171174
<!-- 2019-09-10 06:58:18+00:00 < None -->
172175

173176
<!-- markdown-link-check-disable -->
174-
[Unreleased]: https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.7.5...HEAD
177+
[Unreleased]: https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.7.6...HEAD
178+
[1.7.6]: https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.7.5...v1.7.6
175179
[1.7.5]: https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.7.4...v1.7.5
176180
[1.7.4]: https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.7.3...v1.7.4
177181
[1.7.3]: https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.7.2...v1.7.3

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.5'
46+
__version__ = '1.7.6'
4747

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

0 commit comments

Comments
 (0)