Skip to content

Commit 83f9e9d

Browse files
committed
tag v1.7.3
1 parent 8efec09 commit 83f9e9d

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

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

66
## [Unreleased]
77

8-
<!-- None < 2022-08-04 11:44:18+00:00 -->
8+
<!-- None < 2022-09-15 05:29:49+00:00 -->
9+
10+
- [[#58](https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/pull/58)] fix: Handle terraform crashes ([grahamhar](https://github.com/grahamhar)) <!-- 2022-09-23 14:38:29+00:00 -->
11+
12+
## [1.7.2] - 2022-09-15
13+
<!-- 2022-09-15 05:29:49+00:00 < 2022-08-04 11:44:18+00:00 -->
914

1015
- [[#56](https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/pull/56)] add ability to pickle tftest instance objects ([marshall7m](https://github.com/marshall7m)) <!-- 2022-09-15 05:22:57+00:00 -->
1116

@@ -152,7 +157,8 @@ All notable changes to this project will be documented in this file.
152157
<!-- 2019-09-10 06:58:18+00:00 < None -->
153158

154159
<!-- markdown-link-check-disable -->
155-
[Unreleased]: https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.7.1...HEAD
160+
[Unreleased]: https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.7.2...HEAD
161+
[1.7.2]: https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.7.1...v1.7.2
156162
[1.7.1]: https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.7.0...v1.7.1
157163
[1.7.0]: https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.6.5...v1.7.0
158164
[1.6.5]: https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.6.4...v1.6.5

tftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
from pathlib import Path
4141
from typing import List
4242

43-
__version__ = '1.7.2'
43+
__version__ = '1.7.3'
4444

4545
_LOGGER = logging.getLogger('tftest')
4646

0 commit comments

Comments
 (0)