Centralize release version identity
This commit is contained in:
parent
c3552f2328
commit
47ac329947
10 changed files with 64 additions and 7 deletions
|
|
@ -1,5 +1,6 @@
|
|||
"""Project-scoped documentation retrieval, proposals, and gated application."""
|
||||
|
||||
from ._version import __version__
|
||||
from .application import CanonicalApplicationService, CanonicalApplier, GenericCanonicalApplier
|
||||
from .errors import DocForgeError
|
||||
from .project import Project
|
||||
|
|
@ -10,5 +11,5 @@ __all__ = [
|
|||
"DocForgeError",
|
||||
"GenericCanonicalApplier",
|
||||
"Project",
|
||||
"__version__",
|
||||
]
|
||||
__version__ = "1.3.0.dev0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue