Bump version to v0.2.22 for release

pull/72/head v0.2.22
msramalho 2023-02-08 09:50:36 +00:00
rodzic adb3a7332f
commit 6244f35cff
2 zmienionych plików z 1 dodań i 5 usunięć

Wyświetl plik

@ -5,7 +5,3 @@ from .core.orchestrator import ArchivingOrchestrator
from .core.config import Config
# making accessible directly
from .core.metadata import Metadata
from .version import VERSION
__version__ = VERSION

Wyświetl plik

@ -3,7 +3,7 @@ _MAJOR = "0"
_MINOR = "2"
# On main and in a nightly release the patch should be one ahead of the last
# released build.
_PATCH = "21"
_PATCH = "22"
# This is mainly for nightly builds which have the suffix ".dev$DATE". See
# https://semver.org/#is-v123-a-semantic-version for the semantics.
_SUFFIX = ""