Skip to content

Commit

Permalink
bump: version 2.1.1 → 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bsamseth committed May 23, 2023
1 parent bc17ab1 commit 6be4e1f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

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.1"
__version__ = "2.1.2"
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.1"
version = "2.1.2"
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.1"
version = "2.1.2"
tag_format = "$version"
version_files = ["blackbricks/__init__.py:version", "pyproject.toml:version"]

Expand Down

0 comments on commit 6be4e1f

Please sign in to comment.