diff --git a/CHANGELOG.md b/CHANGELOG.md index ace9702..e753cb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/docs/conf.py b/docs/conf.py index cc679ac..095fff0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 4bce3b4..dc87253 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] readme = "README.md" @@ -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",