Skip to content

Commit a4b3e4d

Browse files
bump: version 3.1.0 (#153)
Co-authored-by: zifeo <zifeo@users.noreply.github.com>
1 parent 1a5c567 commit a4b3e4d

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+
## v3.1.0 (2024-04-02)
2+
3+
### Feat
4+
5+
- add support for tuples (#152)
6+
17
## v3.0.0 (2024-03-08)
28

39

dataconf/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import sys
22

3-
__version__ = "3.0.0"
3+
__version__ = "3.1.0"
44

55
PY310up = sys.version_info >= (3, 10)
66
PY311up = sys.version_info >= (3, 11)

pyproject.toml

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

4949
[tool.commitizen]
5050
name = "cz_conventional_commits"
51-
version = "3.0.0"
51+
version = "3.1.0"
5252
tag_format = "v$major.$minor.$patch$prerelease"
5353
version_files = [
5454
"pyproject.toml:version",

0 commit comments

Comments
 (0)