Skip to content

Commit

Permalink
bump: version 1.2.1 → 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 14, 2022
1 parent 4945bf2 commit fb56eb0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## v1.3.0 (2022-09-14)

### Feat

- introduce automatic release
- add input parameter for polling interval

## v1.0.0 (2021-12-24)
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[project]
name = "jenkins_client"
description = "A python client to trigger Jenkins jobs"
version = "1.2.1"
version = "1.3.0"
authors = [
{ name = "Yorgos Katsaros", email = "yorgos.katsaros@gmail.com" }
]

[tool.commitizen]
name = "cz_conventional_commits"
version = "1.2.1"
version = "1.3.0"
tag_format = "v$version"
version_files = [
"pyproject.toml:version"
Expand Down

0 comments on commit fb56eb0

Please sign in to comment.