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