Skip to content

Commit

Permalink
bump: version 0.6.7 → 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bsamseth committed Sep 3, 2022
1 parent 5476c49 commit 850319e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.7.0 (2022-09-03)

### Feat

- deprecate two-space indentation

## 0.6.7 (2021-08-04)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion blackbricks/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.6.7"
__version__ = "0.7.0"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "blackbricks"
version = "0.6.7"
version = "0.7.0"
description = "Black for Databricks notebooks"
authors = ["Bendik Samseth <[email protected]>"]
license = "MIT"
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 850319e

Please sign in to comment.