Skip to content

Commit

Permalink
Merge branch 'main' of github.com:geokats7/jenkins_client into main
Browse files Browse the repository at this point in the history
  • Loading branch information
geokats7 committed Sep 15, 2022
2 parents b23f5e9 + fb56eb0 commit d8527f0
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 d8527f0

Please sign in to comment.