File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -507,12 +507,6 @@ parts.dev.values = [ "0", "release" ]
507507glob = " ./**/__init__.py"
508508ignore_missing_version = true
509509
510- [[tool .bumpversion .files ]]
511- # Update the version advertised in the Xbar/SwiftBar plugin header.
512- filename = " ./meta_package_manager/bar_plugin.py"
513- search = " <xbar.version>{current_version}</xbar.version>"
514- replace = " <xbar.version>{new_version}</xbar.version>"
515-
516510[[tool .bumpversion .files ]]
517511# Update version in [project] section. Anchored to a line start (regex) so it
518512# does not also match version-suffixed keys like file-version/product-version
@@ -560,6 +554,12 @@ regex = true
560554search = " date-released: \\ d{{4}}-\\ d{{2}}-\\ d{{2}}"
561555replace = " date-released: {utcnow:%Y-%m-%d}"
562556
557+ [[tool .bumpversion .files ]]
558+ # Update the version advertised in the Xbar/SwiftBar plugin header.
559+ filename = " ./meta_package_manager/bar_plugin.py"
560+ search = " <xbar.version>{current_version}</xbar.version>"
561+ replace = " <xbar.version>{new_version}</xbar.version>"
562+
563563[tool .lychee ]
564564# ref: https://github.com/lycheeverse/lychee/blob/master/lychee.example.toml
565565exclude = [
You can’t perform that action at this time.
0 commit comments