Skip to content

Commit af2d6a0

Browse files
bump: version 2.2.0 → 2.2.1 (#99)
Co-authored-by: zifeo <zifeo@users.noreply.github.com>
1 parent 97c3727 commit af2d6a0

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v2.2.1 (2023-05-26)
2+
3+
### Fix
4+
5+
- for issue with nested dataclasses that have default values #98
6+
17
## v2.2.0 (2023-05-23)
28

39
### Feat

dataconf/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.2.0"
1+
__version__ = "2.2.1"

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "dataconf"
3-
version = "2.2.0"
3+
version = "2.2.1"
44
description = "Simple dataclasses configuration management for Python with hocon/json/yaml/properties/env-vars/dict support."
55
authors = []
66
license = "MPL-2.0"
@@ -43,7 +43,7 @@ ruff = ">=0.0.247,<0.0.264"
4343

4444
[tool.commitizen]
4545
name = "cz_conventional_commits"
46-
version = "2.2.0"
46+
version = "2.2.1"
4747
tag_format = "v$major.$minor.$patch$prerelease"
4848
version_files = [
4949
"pyproject.toml:version",

0 commit comments

Comments
 (0)