patching now optional value

pull/120/head v0.7.9
msramalho 2023-12-13 13:55:31 +00:00
rodzic 96f6ea8f09
commit fa1163532b
2 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -18,7 +18,6 @@ class AAApiDb(Database):
self.allow_rearchive = bool(self.allow_rearchive)
self.store_results = bool(self.store_results)
self.assert_valid_string("api_endpoint")
self.assert_valid_string("api_secret")
@staticmethod
def configs() -> dict:

Wyświetl plik

@ -3,7 +3,7 @@ _MAJOR = "0"
_MINOR = "7"
# On main and in a nightly release the patch should be one ahead of the last
# released build.
_PATCH = "8"
_PATCH = "9"
# 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 = ""