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",