Skip to content

Commit

Permalink
bump: version 1.3.2 → 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 15, 2023
1 parent 2e35ead commit 00508fc
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.3 (2023-05-15)

### Fix

- **action.yml**: change action's title and description

## v1.3.2 (2023-05-15)

### Fix
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.2"
version = "1.3.3"
authors = [
{ name = "Yorgos Katsaros", email = "yorgos.katsaros@gmail.com" }
]

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

0 comments on commit 00508fc

Please sign in to comment.