From d776c86c9d9e8fbd296096dc2c0a8d28537c04c3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 20:02:16 +0200 Subject: [PATCH] chore(main): release 4.0.0 (#3) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..82370cd --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 4.0.0 (2024-10-16) + + +### Miscellaneous Chores + +* migration from Bitbucket ([32a36e8](https://github.com/SchweizerischeBundesbahnen/python-requirements-inspector/commit/32a36e882fcbbc1f2c274f494b3c57372b9ac534)) diff --git a/pyproject.toml b/pyproject.toml index 54ea133..ebe4576 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "python-requirements-inspector" -version = "3.0.1" +version = "4.0.0" description = "" authors = [ "SBB Polarion Team ",