File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## v3.3.0 (2024-09-16)
2
+
3
+ ### Feat
4
+
5
+ - drop python 3.9 and env list fixes (#177 )
6
+
1
7
## v3.2.0 (2024-05-31)
2
8
3
9
## v3.1.0 (2024-04-02)
Original file line number Diff line number Diff line change 1
1
import sys
2
2
3
- __version__ = "3.2 .0"
3
+ __version__ = "3.3 .0"
4
4
5
5
PY310up = sys .version_info >= (3 , 10 )
6
6
PY311up = sys .version_info >= (3 , 11 )
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " dataconf"
3
- version = " 3.2 .0"
3
+ version = " 3.3 .0"
4
4
description = " Simple dataclasses configuration management for Python with hocon/json/yaml/properties/env-vars/dict support."
5
5
authors = []
6
6
license = " MPL-2.0"
@@ -48,7 +48,7 @@ ruff = ">=0.6.5"
48
48
49
49
[tool .commitizen ]
50
50
name = " cz_conventional_commits"
51
- version = " 3.2 .0"
51
+ version = " 3.3 .0"
52
52
tag_format = " v$major.$minor.$patch$prerelease"
53
53
version_files = [
54
54
" pyproject.toml:version" ,
You can’t perform that action at this time.
0 commit comments