From dce1f047697ae4be1febd4d51af66df7ecba3406 Mon Sep 17 00:00:00 2001 From: Ramon Date: Fri, 27 Oct 2023 15:46:35 +0200 Subject: [PATCH] update version --- CHANGELOG.md | 7 ++----- setup.py | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f02959b..a869ad9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,13 @@ # Change Log All notable changes to this project will be documented in this file. -## 0.21.1 +## 0.21.0 ### Updates +- Compatible with Python3.11 [#110](https://github.com/Skyscanner/pycfmodel/pull/110) - Compatible with Python3.12 [#115](https://github.com/Skyscanner/pycfmodel/pull/115) ### Updates - Update `CLOUDFORMATION_ACTIONS`. -## 0.21.0 -### Updates -- Compatible with Python3.11 [#110](https://github.com/Skyscanner/pycfmodel/pull/110) - ## 0.20.3 ### Fixes - Fix resolver find_in_map for maps with bool values. [#112](https://github.com/Skyscanner/pycfmodel/pull/112) diff --git a/setup.py b/setup.py index 4cdc87d..4fc6fdf 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ setup( name="pycfmodel", - version="0.21.1", + version="0.21.0", description="A python model for CloudFormation scripts", author="Skyscanner Product Security", author_email="security@skyscanner.net",