Ausgabe der neuen DB Einträge
This commit is contained in:
parent
bad48e1627
commit
cfbbb9ee3d
2399 changed files with 843193 additions and 43 deletions
13
venv/lib/python3.9/site-packages/exampleproj/__init__.py
Normal file
13
venv/lib/python3.9/site-packages/exampleproj/__init__.py
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
"""
|
||||
An example project.
|
||||
|
||||
@added: exampleproj NEXT
|
||||
"""
|
||||
|
||||
from incremental import Version
|
||||
from ._version import __version__
|
||||
|
||||
__all__ = ["__version__"]
|
||||
|
||||
if Version("exampleproj", "NEXT", 0, 0) > __version__:
|
||||
print("Unreleased!")
|
||||
7
venv/lib/python3.9/site-packages/exampleproj/_version.py
Normal file
7
venv/lib/python3.9/site-packages/exampleproj/_version.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# This file is auto-generated! Do not edit!
|
||||
# Use `python -m incremental.update exampleproj` to change this file.
|
||||
|
||||
from incremental import Version
|
||||
__version__ = Version('exampleproj', 1, 2, 3)
|
||||
|
||||
__all__ = ["__version__"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue