Skip to content

Commit 68ed66f

Browse files
committed
fix(client): revert bumpversion configs
1 parent 377234e commit 68ed66f

File tree

2 files changed

+8
-24
lines changed

2 files changed

+8
-24
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[bumpversion]
2+
current_version = 4.1.23
3+
commit = False
4+
tag = False
5+
6+
[bumpversion:file:../../delphi_epidata.py]
7+
8+
[bumpversion:file:pyproject.toml]

src/client/packaging/pypi/pyproject.toml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -42,27 +42,3 @@ dependencies = ["aiohttp", "delphi-utils", "requests>=2.7.0", "tenacity"]
4242
[project.urls]
4343
"Homepage" = "https://github.com/cmu-delphi/delphi-epidata"
4444
"Changelog" = "https://github.com/cmu-delphi/delphi-epidata/blob/main/src/client/packaging/pypi/CHANGELOG.md"
45-
46-
[tool.bumpversion]
47-
current_version = "4.1.23"
48-
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
49-
serialize = ["{major}.{minor}.{patch}"]
50-
search = "{current_version}"
51-
replace = "{new_version}"
52-
regex = false
53-
ignore_missing_version = false
54-
ignore_missing_files = false
55-
tag = false
56-
sign_tags = false
57-
tag_name = "v{new_version}"
58-
tag_message = "Bump version: {current_version} → {new_version}"
59-
allow_dirty = false
60-
commit = false
61-
message = "Bump version: {current_version} → {new_version}"
62-
commit_args = ""
63-
64-
[[tool.bumpversion.files]]
65-
filename = "../../delphi_epidata.py"
66-
67-
[[tool.bumpversion.files]]
68-
filename = "pyproject.toml"

0 commit comments

Comments
 (0)