Skip to content

Commit

Permalink
__version__ now imported from ora_tapi.py, by other controller tools.
Browse files Browse the repository at this point in the history
  • Loading branch information
avalon60 committed Jan 25, 2025
1 parent 3db3907 commit d956ffc
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,3 @@ replace = version = "{new_version}"
search = __version__ = "{current_version}"
replace = __version__ = "{new_version}"

[bumpversion:file:src/controller/quick_config.py]
search = __version__ = "{current_version}"
replace = __version__ = "{new_version}"

[bumpversion:file:src/controller/migrate_config.py]
search = __version__ = "{current_version}"
replace = __version__ = "{new_version}"

[bumpversion:file:src/controller/conn_mgr.py]
search = __version__ = "{current_version}"
replace = __version__ = "{new_version}"

[bumpversion:file:src/controller/update_ora_tapi.py]
search = __version__ = "{current_version}"
replace = __version__ = "{new_version}"

0 comments on commit d956ffc

Please sign in to comment.