Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ludoo committed Nov 2, 2022
1 parent 824d7f0 commit a76236a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

<!-- None < 2022-11-02 06:51:48+00:00 -->

## [1.7.6] - 2022-11-02

- [[#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 -->

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

<!-- markdown-link-check-disable -->
[Unreleased]: https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.7.5...HEAD
[Unreleased]: https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.7.6...HEAD
[1.7.6]: https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.7.5...v1.7.6
[1.7.5]: https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.7.4...v1.7.5
[1.7.4]: https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.7.3...v1.7.4
[1.7.3]: https://github.com/GoogleCloudPlatform/terraform-python-testing-helper/compare/v1.7.2...v1.7.3
Expand Down
2 changes: 1 addition & 1 deletion tftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
from pathlib import Path
from typing import List

__version__ = '1.7.5'
__version__ = '1.7.6'

_LOGGER = logging.getLogger('tftest')

Expand Down

0 comments on commit a76236a

Please sign in to comment.