patching now optional value

This commit is contained in:
msramalho
2023-12-13 13:55:31 +00:00
parent 96f6ea8f09
commit fa1163532b
2 changed files with 1 additions and 2 deletions

View File

@@ -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:

View File

@@ -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 = ""