module documentation
Undocumented
| Function | run |
Entrypoint for `python -m incremental.update` |
| Function | _add |
Undocumented |
| Function | _main |
Entrypoint of the `incremental` script |
| Function | _run |
Undocumented |
| Constant | _VERSIONPY |
Undocumented |
| Constant | _YEAR |
Undocumented |
def _run(package:
str, path: str | None, newversion: str | None, patch: bool, rc: bool, post: bool, dev: bool, create: bool, _date: datetime.date | None = None, _getcwd: Callable[ [], str] | None = None, _print: Callable[ [ object], object] = print):
¶
Undocumented