From 9f23a6a9c4f6ff43a14997fa50e3ee4f77b29046 Mon Sep 17 00:00:00 2001 From: Bendik Samseth Date: Fri, 2 Aug 2024 06:09:32 +0200 Subject: [PATCH] =?UTF-8?q?bump:=20version=202.1.3=20=E2=86=92=202.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit New yearly black version upgrade. --- CHANGELOG.md | 6 ++++++ blackbricks/__init__.py | 2 +- pyproject.toml | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcebed2..0e4da86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.2.0 (2024-08-02) + +### Feat + +- upgrade to black's 2024 release + ## 2.1.3 (2023-07-24) ### Fix diff --git a/blackbricks/__init__.py b/blackbricks/__init__.py index e835b9d..8a124bf 100644 --- a/blackbricks/__init__.py +++ b/blackbricks/__init__.py @@ -1 +1 @@ -__version__ = "2.1.3" +__version__ = "2.2.0" diff --git a/pyproject.toml b/pyproject.toml index 5778698..4b5024f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "blackbricks" -version = "2.1.3" +version = "2.2.0" description = "Black for Databricks notebooks" authors = ["Bendik Samseth "] license = "MIT" @@ -51,7 +51,7 @@ mypy = "^0.971" [tool.commitizen] name = "cz_conventional_commits" -version = "2.1.3" +version = "2.2.0" tag_format = "$version" version_files = ["blackbricks/__init__.py:version", "pyproject.toml:version"]