From accf01428fef7a9835678194436d41136b4f3c5b Mon Sep 17 00:00:00 2001 From: jenstroeger Date: Tue, 23 Jan 2024 23:17:40 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20release=202.12.0=20=E2=86=92=202.12.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Automatically generated by Commitizen. --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- src/package/__init__.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11349fe4..b678f154 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v2.12.1 (2024-01-23) + +### Fix + +- **deps-dev**: revert artifact download and upload GitHub Actions to v3 (#686) + ## v2.12.0 (2024-01-20) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 892bfe8b..1fa9848d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -99,7 +99,7 @@ version_files = [ "src/package/__init__.py:__version__", ] major_version_zero = false -version = "2.12.0" +version = "2.12.1" # https://github.com/pytest-dev/pytest-cov diff --git a/src/package/__init__.py b/src/package/__init__.py index 6773ef93..76e6484d 100644 --- a/src/package/__init__.py +++ b/src/package/__init__.py @@ -6,4 +6,4 @@ # The version of this package. There's no comprehensive, official list of other # magic constants, so we stick with this one only for now. See also this conversation: # https://stackoverflow.com/questions/38344848/is-there-a-comprehensive-table-of-pythons-magic-constants -__version__ = "2.12.0" +__version__ = "2.12.1"