fixing older db entries formats (#114)

This commit is contained in:
Miguel Sozinho Ramalho
2023-12-12 22:47:54 +00:00
committed by GitHub
parent 6f36e92e02
commit 98fb574d89
3 changed files with 5 additions and 3 deletions

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 = "2"
_PATCH = "3"
# 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 = ""