Skip to content

Commit d7ff980

Browse files
committed
Bump version: 0.20.1 → 0.20.2
1 parent 238f8e9 commit d7ff980

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "0.20.1"
2+
current_version = "0.20.2"
33
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
44
serialize = ["{major}.{minor}.{patch}"]
55
search = "{current_version}"

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Here is a template for new release sections
1717
-
1818
```
1919

20-
## [Unreleased]
20+
## [0.20.2] - 2024-03-06
2121
### Fixed
2222
- merging parameters of empty dataframe
2323

data_adapter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "0.20.1"
1+
version = "0.20.2"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "data-adapter"
3-
version = "0.20.1"
3+
version = "0.20.2"
44
description = "Provides general functionality for other data adapters"
55
authors = ["Hendrik Huyskens <[email protected]>"]
66
license = "AGPL-3.0 license"

0 commit comments

Comments
 (0)