Skip to content

Commit

Permalink
bump: version 3.0.0 (#146)
Browse files Browse the repository at this point in the history
Co-authored-by: zifeo <[email protected]>
  • Loading branch information
github-actions[bot] and zifeo authored Mar 8, 2024
1 parent e28e1bf commit a47f638
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v3.0.0 (2024-03-08)


- update pyparsing and pyhocon (#145)

## v2.5.0 (2024-02-01)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion dataconf/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import sys

__version__ = "2.5.0"
__version__ = "3.0.0"

PY310up = sys.version_info >= (3, 10)
PY311up = sys.version_info >= (3, 11)
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dataconf"
version = "2.5.0"
version = "3.0.0"
description = "Simple dataclasses configuration management for Python with hocon/json/yaml/properties/env-vars/dict support."
authors = []
license = "MPL-2.0"
Expand Down Expand Up @@ -48,7 +48,7 @@ ruff = ">=0.1.9,<0.4.0"

[tool.commitizen]
name = "cz_conventional_commits"
version = "2.5.0"
version = "3.0.0"
tag_format = "v$major.$minor.$patch$prerelease"
version_files = [
"pyproject.toml:version",
Expand Down

0 comments on commit a47f638

Please sign in to comment.