Skip to content

Commit

Permalink
bump: version 2.0.0 → 2.1.0 (#52)
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 Jul 31, 2022
1 parent e2c971c commit 7e31dcf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v2.1.0 (2022-07-31)

### Feat

- add yaml source support (#51)

## v2.0.0 (2022-06-28)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion dataconf/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.0.0"
__version__ = "2.1.0"
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.0.0"
version = "2.1.0"
description = "Simple dataclasses configuration management for Python with hocon/json/yaml/properties/env-vars/dict support."
authors = []
license = "Apache2"
Expand Down Expand Up @@ -32,7 +32,7 @@ pytest-httpserver = "^1.0.5"

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

0 comments on commit 7e31dcf

Please sign in to comment.