Skip to content

Commit

Permalink
bump: version 1.3.0 → 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 15, 2022
1 parent d8527f0 commit cfdd51c
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
@@ -1,3 +1,9 @@
## v1.3.1 (2022-09-15)

### Fix

- update README file

## v1.3.0 (2022-09-14)

### Feat
Expand Down
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.3.0"
version = "1.3.1"
authors = [
{ name = "Yorgos Katsaros", email = "yorgos.katsaros@gmail.com" }
]

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

0 comments on commit cfdd51c

Please sign in to comment.