From 850319e28e38335d3a45c78cf47450709b74c2a7 Mon Sep 17 00:00:00 2001 From: Bendik Samseth Date: Sat, 3 Sep 2022 20:55:49 +0200 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.6.7=20=E2=86=92=200.7.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 f34c7d4..02e8804 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.7.0 (2022-09-03) + +### Feat + +- deprecate two-space indentation + ## 0.6.7 (2021-08-04) ### Fix diff --git a/blackbricks/__init__.py b/blackbricks/__init__.py index f6104e0..49e0fc1 100644 --- a/blackbricks/__init__.py +++ b/blackbricks/__init__.py @@ -1 +1 @@ -__version__ = "0.6.7" +__version__ = "0.7.0" diff --git a/pyproject.toml b/pyproject.toml index 34867b3..0c909fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "blackbricks" -version = "0.6.7" +version = "0.7.0" description = "Black for Databricks notebooks" authors = ["Bendik Samseth "] license = "MIT" @@ -40,7 +40,7 @@ commitizen = "^2.17.7" [tool.commitizen] name = "cz_conventional_commits" -version = "0.6.7" +version = "0.7.0" tag_format = "$version" version_files = [ "blackbricks/__init__.py:version",