We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8b7038c + f6f2f6f commit f5ee8f1Copy full SHA for f5ee8f1
CHANGELOG.md
@@ -1,4 +1,8 @@
1
2
+## Release 0.8.10 (2021-09-27T20:59:47)
3
+### Features
4
+* :arrow_up: Automatic update of dependencies by Kebechet for the ubi8 environment
5
+
6
## Release 0.8.9 (2021-09-20T13:27:09)
7
### Features
8
* Fix the dependency issues
app.py
@@ -29,7 +29,7 @@
29
30
init_logging()
31
_LOGGER = logging.getLogger("thoth.graph_backup_job")
32
-__version__ = "0.8.9"
+__version__ = "0.8.10"
33
__component_version__ = f"{__version__}+thoth_storage.{__storages__version__}"
34
KNOWLEDGE_GRAPH_HOST = os.getenv("KNOWLEDGE_GRAPH_HOST", "localhost")
35
KNOWLEDGE_GRAPH_PORT = os.getenv("KNOWLEDGE_GRAPH_PORT", "5432")
0 commit comments