dissolve-python 0.3.0

A tool to dissolve deprecated calls in Python codebases
Documentation
1
2
3
4
5
6
7
# See https://github.com/jelmer/disperse
timeout_days: 5
tag_name: "v$VERSION"
update_version {
  path: "dissolve/__init__.py"
  new_line: "__version__: tuple[int, int, int] = $TUPLED_VERSION"
}