Skip to content

Commit

Permalink
Using new bumpver to support backport version release (#405)
Browse files Browse the repository at this point in the history
In order to support release from old patch version when the newer minor version was released, the change in bumpver is needed to run with `--ignore-vcs-version` and `--set-version`. This is added in the new version of `bumpver` added by @unkcpz.
  • Loading branch information
unkcpz committed May 29, 2023
1 parent 74fa577 commit c16de4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ python_requires = >=3.8

[options.extras_require]
dev =
bumpver==2022.1119
bumpver~=2023.1121
pre-commit~=2.20
pytest~=6.2
pytest-regressions~=2.2
Expand Down

0 comments on commit c16de4e

Please sign in to comment.