From 6be4e1f95bbf7e2ede4cb16aa96a3934cc5db69a Mon Sep 17 00:00:00 2001 From: Bendik Samseth Date: Tue, 23 May 2023 14:00:00 +0200 Subject: [PATCH] =?UTF-8?q?bump:=20version=202.1.1=20=E2=86=92=202.1.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 +++++++- blackbricks/__init__.py | 2 +- pyproject.toml | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35dda94..28a2734 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,14 @@ +## 2.1.2 (2023-05-23) + +### Fix + +- **deps**: bump requests from 2.28.2 to 2.31.0 (#41) + ## 2.1.1 (2023-04-26) ### Fix -- bump sqlparse from 0.4.3 to 0.4.4 (#40) +- **deps**: bump sqlparse from 0.4.3 to 0.4.4 (#40) ## 2.1.0 (2023-03-26) diff --git a/blackbricks/__init__.py b/blackbricks/__init__.py index 58039f5..4eabd0b 100644 --- a/blackbricks/__init__.py +++ b/blackbricks/__init__.py @@ -1 +1 @@ -__version__ = "2.1.1" +__version__ = "2.1.2" diff --git a/pyproject.toml b/pyproject.toml index 2ead1fa..7a0c5cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "blackbricks" -version = "2.1.1" +version = "2.1.2" 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.1" +version = "2.1.2" tag_format = "$version" version_files = ["blackbricks/__init__.py:version", "pyproject.toml:version"]