From ecc0b8008960e43cfbaeb28559441d8a4f07a515 Mon Sep 17 00:00:00 2001 From: Jairo Llopis Date: Fri, 14 Oct 2022 13:41:10 +0200 Subject: [PATCH] =?UTF-8?q?bump:=20version=207.0.0=20=E2=86=92=207.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb82d789d..8348eb2ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. This projec adheres to [PEP 440](https://www.python.org/dev/peps/pep-0440/) versioning schema, and the changelog itself conforms to [Keep A Changelog](https://keepachangelog.com/). +## v7.0.1 (2022-10-14) + +### Fix + +- remove deprecated code scheduled for removal in Copier v7 (#843) + ## v7.0.0 (2022-10-12) ### Feat diff --git a/pyproject.toml b/pyproject.toml index e98cd92d7..fcaf3cbf5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -125,7 +125,7 @@ annotated_tag = true changelog_incremental = true tag_format = "v$version" update_changelog_on_bump = true -version = "7.0.0" +version = "7.0.1" [build-system] requires = ["poetry_core>=1.0.0", "poetry-dynamic-versioning"]