Skip to content

Commit

Permalink
bump: version 1.0.1 → 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 9, 2023
1 parent 1eda83b commit 51b157a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.commitizen]
name = "cz_conventional_commits"
version = "1.0.1"
version = "1.0.2"
tag_format = "v$version"
version_files = [
"setup.py:version",
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## v1.0.2 (2023-01-09)

## v1.0.1 (2020-12-12)

### 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 @@
project = 'clickup_to_jira'
copyright = '2020, Antonis Markoulis'
author = 'Antonis Markoulis'
version = "1.0.1"
version = "1.0.2"
release = version

# The language for content autogenerated by Sphinx. Refer to documentation
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import setuptools

version = "1.0.1"
version = "1.0.2"


def get_requirements_from_file(requirements_file):
Expand Down

0 comments on commit 51b157a

Please sign in to comment.