From 5a44825b12ef02a6c7a9f124a53605b05fe40980 Mon Sep 17 00:00:00 2001 From: blink1073 Date: Tue, 12 Mar 2024 15:41:04 +0000 Subject: [PATCH] Publish 0.9.3 SHA256 hashes: pytest_check_links-0.9.3-py3-none-any.whl: 7e72f6cb2e921d3b0087af20741f0860b39dd7e7ebab8c3292cd71d424d240b9 pytest_check_links-0.9.3.tar.gz: 4e83077e50f07ddc67ba29e93893f35b2ceaa4d677171b0ca4b25e5c82414212 --- CHANGELOG.md | 18 ++++++++++++++++-- pytest_check_links/_version.py | 2 +- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62fb3f7..8686cfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ +## 0.9.3 + +([Full Changelog](https://github.com/jupyterlab/pytest-check-links/compare/v0.9.2...8d2825ef59634ac5947f40faa692bb7b6e34a373)) + +### Maintenance and upkeep improvements + +- Update Release Scripts [#137](https://github.com/jupyterlab/pytest-check-links/pull/137) ([@blink1073](https://github.com/blink1073)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyterlab/pytest-check-links/graphs/contributors?from=2024-03-04&to=2024-03-12&type=c)) + +[@blink1073](https://github.com/search?q=repo%3Ajupyterlab%2Fpytest-check-links+involves%3Ablink1073+updated%3A2024-03-04..2024-03-12&type=Issues) + + + ## 0.9.2 ([Full Changelog](https://github.com/jupyterlab/pytest-check-links/compare/v0.9.1...d132b588ac8fb272e1e4c8ab6d4225c9735ee41f)) @@ -23,8 +39,6 @@ [@blink1073](https://github.com/search?q=repo%3Ajupyterlab%2Fpytest-check-links+involves%3Ablink1073+updated%3A2024-02-18..2024-03-04&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyterlab%2Fpytest-check-links+involves%3Adependabot+updated%3A2024-02-18..2024-03-04&type=Issues) - - ## 0.9.1 ([Full Changelog](https://github.com/jupyterlab/pytest-check-links/compare/v0.9.0...7e7f00edad437b25bd4d860651f6b6cd093a6f79)) diff --git a/pytest_check_links/_version.py b/pytest_check_links/_version.py index ce281f3..1787680 100644 --- a/pytest_check_links/_version.py +++ b/pytest_check_links/_version.py @@ -1,2 +1,2 @@ """Version info.""" -__version__ = "0.9.2" +__version__ = "0.9.3"