diff --git a/.idea/.name b/.idea/.name deleted file mode 100644 index 047b72f..0000000 --- a/.idea/.name +++ /dev/null @@ -1 +0,0 @@ -project_civiproxy_logs2json \ No newline at end of file diff --git a/.idea/project_civiproxy_logs2json.iml b/.idea/civiproxy_logs2json.iml similarity index 100% rename from .idea/project_civiproxy_logs2json.iml rename to .idea/civiproxy_logs2json.iml diff --git a/.idea/modules.xml b/.idea/modules.xml index 69ae855..698cbce 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -2,7 +2,7 @@ - + \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 2462f50..cb785fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,13 +33,12 @@ version_pattern = "MAJOR.MINOR.PATCH" commit_message = "🔖 bump version {old_version} -> {new_version}" commit = true tag = true -push = true +push = false [tool.bumpver.file_patterns] "pyproject.toml" = [ - 'current_version = "{version}"', + '"{version}"', ] "src/civiproxy_logs2json/__init__.py" = [ "{version}" ] -