From 93f07f83018b9750dc984994ade11f3d62addc93 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sun, 8 Oct 2023 14:29:49 +0200 Subject: [PATCH 1/2] Declare 1.x.y EOL. --- README.md | 2 +- changelogs/fragments/1.7.0.yml | 4 ++++ pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 changelogs/fragments/1.7.0.yml diff --git a/README.md b/README.md index 611a3b8..d293b54 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ antsibull-core is covered by the [Ansible Code of Conduct](https://docs.ansible. From version 1.0.0 on, antsibull-core sticks to semantic versioning and aims at providing no backwards compatibility breaking changes during a major release cycle. We might make exceptions from this in case of security fixes for vulnerabilities that are severe enough. -The current major version is 2.x.y. Development for 2.x.y occurs on the `main` branch. 2.x.y mainly differs from 1.x.y by dropping support for Python 3.6, 3.7, and 3.8. It deprecates several compatibility functions for older Python versions that are no longer needed; see the changelog for details. 1.x.y is still developed on the `stable-1` branch, but only security fixes, major bugfixes, and other changes that are absolutely necessary for the other antsibull projects will be backported. +The current major version is 2.x.y. Development for 2.x.y occurs on the `main` branch. 2.x.y mainly differs from 1.x.y by dropping support for Python 3.6, 3.7, and 3.8. It deprecates several compatibility functions for older Python versions that are no longer needed; see the changelog for details. 1.x.y is now End of Life and was developed on the `stable-1` branch. ## Creating a new release: diff --git a/changelogs/fragments/1.7.0.yml b/changelogs/fragments/1.7.0.yml new file mode 100644 index 0000000..ac23a87 --- /dev/null +++ b/changelogs/fragments/1.7.0.yml @@ -0,0 +1,4 @@ +release_summary: | + Final 1.x.y release of antsibull-core. + + antsibull-core 1.x.y is End of Life. Please upgrade to antsibull-core 2.x.y. diff --git a/pyproject.toml b/pyproject.toml index 39ff73c..b5532f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "antsibull-core" -version = "1.6.0.post0" +version = "1.7.0" description = "Tools for building the Ansible Distribution" authors = ["Toshio Kuratomi ", "Felix Fontein "] license = "GPL-3.0-or-later" From 0399da2487c75582820a40a4eee90699b10a8210 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sun, 15 Oct 2023 21:36:59 +0200 Subject: [PATCH 2/2] Rearrange sentences. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d293b54..9019997 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ antsibull-core is covered by the [Ansible Code of Conduct](https://docs.ansible. From version 1.0.0 on, antsibull-core sticks to semantic versioning and aims at providing no backwards compatibility breaking changes during a major release cycle. We might make exceptions from this in case of security fixes for vulnerabilities that are severe enough. -The current major version is 2.x.y. Development for 2.x.y occurs on the `main` branch. 2.x.y mainly differs from 1.x.y by dropping support for Python 3.6, 3.7, and 3.8. It deprecates several compatibility functions for older Python versions that are no longer needed; see the changelog for details. 1.x.y is now End of Life and was developed on the `stable-1` branch. +The current major version is 2.x.y. Development for 2.x.y occurs on the `main` branch. 1.x.y is now End of Life and was developed on the `stable-1` branch. 2.x.y mainly differs from 1.x.y by dropping support for Python 3.6, 3.7, and 3.8. It deprecates several compatibility functions for older Python versions that are no longer needed; see the changelog for details. ## Creating a new release: