Skip to content

Commit

Permalink
build: updated project version in pyproject.toml and CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lewoudar committed Mar 14, 2022
1 parent ef15e28 commit e9aef88
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.0] - 2022-03-14

## Fixed

- An issue when a user is prompted a value for a type inheriting `ListParamType`.

### Removed

- Support for python3.6
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[tool.poetry]
name = "click-params"
version = "0.2.0"
version = "0.3.0"
description = "A bunch of useful click parameter types"
authors = ["lewoudar <[email protected]>"]
license = "Apache-2.0"
readme = "README.md"
keywords = ["click", "params", "validators", "network"]
keywords = ["click", "params", "validators", "network", "cli"]

homepage = "https://click-params.readthedocs.io/en/stable"
repository = "https://github.com/click-contrib/click_params"
Expand Down

0 comments on commit e9aef88

Please sign in to comment.