From 39e741e9733e7d33feb5107e89324932ad0bbdda Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 25 Oct 2023 21:13:50 +0000 Subject: [PATCH] 1.7.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ wipac_dev_tools/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8494d3a..4c7e269 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v1.7.1 (2023-10-25) + +### Other + +* Bump `WIPACrepo/wipac-dev-py-setup-action` ([#86](https://github.com/WIPACrepo/wipac-dev-tools/issues/86)) ([`f5d8f1f`](https://github.com/WIPACrepo/wipac-dev-tools/commit/f5d8f1fd2db73d5a2134c04312e52a84fe1c88e2)) + ## v1.7.0 (2023-10-03) ### Other diff --git a/wipac_dev_tools/__init__.py b/wipac_dev_tools/__init__.py index aadc418..dda0e3f 100644 --- a/wipac_dev_tools/__init__.py +++ b/wipac_dev_tools/__init__.py @@ -15,7 +15,7 @@ ] # version is a human-readable version number. -__version__ = "1.7.0" +__version__ = "1.7.1" # version_info is a four-tuple for programmatic comparison. The first # three numbers are the components of the version number. The fourth