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

Commit 3f997fb

Browse files
committed
v1.5.6 for pypi
1 parent fb2d342 commit 3f997fb

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.5.6]
11+
12+
- retag 1.5.5 as 1.5.6
13+
1014
## [1.5.5]
1115

1216
- do not fail when `resource_changes` key is not present in output
17+
- this release has been skippe don pypi
1318

1419
## [1.5.4]
1520

@@ -83,7 +88,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8388
- remove the `teardown` method
8489
- unify the `plan` and `plan_out` methods
8590

86-
[Unreleased]: https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.5.5...HEAD
91+
[Unreleased]: https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.5.6...HEAD
92+
[1.5.5]: https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.5.5...v1.5.6
8793
[1.5.5]: https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.5.4...v1.5.5
8894
[1.5.4]: https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.5.3...v1.5.4
8995
[1.5.3]: https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.5.2...v1.5.3

tftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
import tempfile
3434
import weakref
3535

36-
__version__ = '1.5.4'
36+
__version__ = '1.5.6'
3737

3838
_LOGGER = logging.getLogger('tftest')
3939

0 commit comments

Comments
 (0)