From d3e702e0981cf1c6239f4be2f1df768bac39bfe2 Mon Sep 17 00:00:00 2001 From: Shubham Chaturvedi Date: Mon, 9 Sep 2024 14:45:36 -0700 Subject: [PATCH] fix: changelog for 4.2.0 (#422) * chore: Drop py36 from changelog * fix: tox dependency < 4.0 * fix: adds api_compatibility_tests for 4.2.0 * fix: add the missing release_requirements.txt * fix: add deps from other commands * fix: skip_install false for test_release * Update tox.ini PR comments Co-authored-by: Ritvik Kapila <61410899+RitvikKapila@users.noreply.github.com> * fix: skip_install false for release * fix: changelog for 4.2 --------- Co-authored-by: Shubham Chaturvedi Co-authored-by: Ritvik Kapila <61410899+RitvikKapila@users.noreply.github.com> --- CHANGELOG.rst | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 97659c3..34032ff 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,17 +2,13 @@ Changelog ********* -4.2.0 -- 2023-01-19 +4.2.0 -- 2024-09-09 =================== Deprecation ----------- -The AWS Encryption SDK CLI no longer supports Python 3.6 -as of major version 4.2.x; only Python 3.7+ is supported. - -Maintenance ------------ -* Warn on Deprecated Python 3.6 usage +The AWS Encryption SDK CLI no longer supports Python 3.7 +as of major version 4.2.x; only Python 3.8+ is supported. 4.1.0 -- 2021-10-11