From ca58ed1283c666bf59ed9f8f56f9b3cd2f5c1da0 Mon Sep 17 00:00:00 2001 From: Lorenz Walthert Date: Thu, 21 Mar 2024 22:40:05 +0800 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.0.3=20=E2=86=92=201.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81e5224..2cc7b9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.1.0 (2024-03-21) + +### Feat + +- don't constrain to Python 3 versions + ## 1.0.3 (2024-03-19) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 2eb58c0..590212b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ tag_format = "$version" version_scheme = "pep440" version_provider = "poetry" update_changelog_on_bump = false -version = "1.0.3" +version = "1.1.0" version_files = [ "pyproject.toml" ] @@ -21,7 +21,7 @@ changelog_start_rev = "1179d2ca8ba8f989b93f24443acc118d55de3b4c" [tool.poetry] name = "pep-pre-commit-hooks" -version = "1.0.3" +version = "1.1.0" description = "Public pre-commit hooks" authors = ["Lorenz Walthert "] readme = "README.md"