Skip to content

Commit

Permalink
bump: version 1.1.0 → 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 27, 2024
1 parent f814454 commit 6fce43f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v1.1.1 (2024-08-27)

### Fix

- use main as release branch
- search user using parent class and not buggy derived method

## v1.1.0 (2023-03-05)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# General information about the project.
project = "clickup_to_jira"
author = "Antonis Markoulis"
version = "1.1.0"
version = "1.1.1"
release = version

# The language for content autogenerated by Sphinx. Refer to documentation
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ exclude = '''

[tool.commitizen]
name = "cz_conventional_commits"
version = "1.1.0"
version = "1.1.1"
tag_format = "v$version"
version_files = [
"setup.py:version",
Expand Down

0 comments on commit 6fce43f

Please sign in to comment.