Skip to content

Commit

Permalink
Bump version: 0.20.4 → 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
henhuy committed Apr 24, 2024
1 parent de3eb67 commit 70696e6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.bumpversion]
current_version = "0.20.4"
current_version = "0.21.0"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
search = "{current_version}"
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Here is a template for new release sections
-
```

## [Unreleased]
## [0.21.0] - 2024-04-24
### Added
- if no type is given in type column, table process name is used

Expand Down
2 changes: 1 addition & 1 deletion data_adapter/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "0.20.4"
version = "0.21.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "data-adapter"
version = "0.20.4"
version = "0.21.0"
description = "Provides general functionality for other data adapters"
authors = ["Hendrik Huyskens <[email protected]>"]
license = "AGPL-3.0 license"
Expand Down

0 comments on commit 70696e6

Please sign in to comment.