We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 79105a4 + 8d77f81 commit 284fff2Copy full SHA for 284fff2
CHANGELOG.md
@@ -1,4 +1,8 @@
1
2
+## Release 0.8.9 (2021-09-20T13:27:09)
3
+### Features
4
+* Fix the dependency issues
5
+
6
## Release 0.8.8 (2021-09-14T19:39:48)
7
### Features
8
* Update of the dependencies
app.py
@@ -29,7 +29,7 @@
29
30
init_logging()
31
_LOGGER = logging.getLogger("thoth.graph_backup_job")
32
-__version__ = "0.8.8"
+__version__ = "0.8.9"
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