Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ameily committed Apr 23, 2023
1 parent 9b3d454 commit 1cfa240
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## [v0.9.0](https://github.com/ameily/cincoconfig/releases/tag/v0.9.0) - 2023-04-23
### Added
- New support method, `is_value_defined` to check if a config field value is defined by the user,
through either a loaded config file or the API.
Expand Down
2 changes: 1 addition & 1 deletion cincoconfig/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.0
0.9.0
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cincoconfig"
version = "0.8.0"
version = "0.9.0"
description = "Universal configuration file parser"
authors = ["Adam Meily <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 1cfa240

Please sign in to comment.