Skip to content

Commit

Permalink
bump: version 2.1.3 → 2.2.0
Browse files Browse the repository at this point in the history
New yearly black version upgrade.
  • Loading branch information
bsamseth committed Aug 2, 2024
1 parent 39e9b26 commit 9f23a6a
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 @@
## 2.2.0 (2024-08-02)

### Feat

- upgrade to black's 2024 release

## 2.1.3 (2023-07-24)

### 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__ = "2.1.3"
__version__ = "2.2.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 = "2.1.3"
version = "2.2.0"
description = "Black for Databricks notebooks"
authors = ["Bendik Samseth <[email protected]>"]
license = "MIT"
Expand Down Expand Up @@ -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"]

Expand Down

0 comments on commit 9f23a6a

Please sign in to comment.