Skip to content

Commit

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

### Fix

- upload properly documentation on read the docs

## v1.1.1 (2024-08-27)

### Fix
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.1"
version = "1.1.2"
release = version

# The language for content autogenerated by Sphinx. Refer to documentation
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "clickup_to_jira"
version = "1.1.1"
version = "1.1.2"
description = "This project is a small utility that helps migrating tasks from ClickUp to JIRA."
authors = ["Antonis Markoulis <amarkoulis@hotmail.com>"]
readme = "README.md"
Expand Down Expand Up @@ -87,7 +87,7 @@ exclude = '''

[tool.commitizen]
name = "cz_conventional_commits"
version = "1.1.1"
version = "1.1.2"
tag_format = "v$version"
version_files = [
"pyproject.toml:version",
Expand Down

0 comments on commit d3fb50a

Please sign in to comment.