We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ab9e0a6 + 9b74e53 commit 69f730eCopy full SHA for 69f730e
CHANGELOG.md
@@ -1,4 +1,8 @@
1
2
+## Release 0.8.8 (2021-09-14T19:39:48)
3
+### Features
4
+* Update of the dependencies
5
+
6
## Release 0.8.7 (2021-08-19T08:08:50)
7
### Features
8
* Adjust marker of typing-extension
app.py
@@ -29,7 +29,7 @@
29
30
init_logging()
31
_LOGGER = logging.getLogger("thoth.graph_backup_job")
32
-__version__ = "0.8.7"
+__version__ = "0.8.8"
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