File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33
44# _raw_version could contain pre-release version, like 0.0.1dev123
55# value is updated automatically by `poetry version ...` and poetry-bumpversion plugin
6- _raw_version = "0.0 .1"
6+ _raw_version = "0.1 .1"
77
88# version always contain only release number like 0.0.1
99__version__ = "." .join (_raw_version .split ("." )[:3 ])
Original file line number Diff line number Diff line change 2424# -- Project information -----------------------------------------------------
2525
2626project = "Data.Rentgen"
27- copyright = "2024 MTS PJSC"
27+ copyright = "2024-2025 MTS PJSC"
2828author = "DataOps.ETL"
2929
3030# The version info for the project you're documenting, acts as replacement for
3434# The short X.Y version.
3535
3636# this value is updated automatically by `poetry version ...` and poetry-bumpversion plugin
37- ver = Version .parse ("0.0 .1" )
37+ ver = Version .parse ("0.1 .1" )
3838version = ver .base_version
3939# The full version, including alpha/beta/rc tags.
4040release = ver .public
You can’t perform that action at this time.
0 commit comments