Skip to content

Commit 284fff2

Browse files
authored
Merge pull request #191 from thoth-station/v0.8.9
Release of version 0.8.9
2 parents 79105a4 + 8d77f81 commit 284fff2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11

2+
## Release 0.8.9 (2021-09-20T13:27:09)
3+
### Features
4+
* Fix the dependency issues
5+
26
## Release 0.8.8 (2021-09-14T19:39:48)
37
### Features
48
* Update of the dependencies

app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
init_logging()
3131
_LOGGER = logging.getLogger("thoth.graph_backup_job")
32-
__version__ = "0.8.8"
32+
__version__ = "0.8.9"
3333
__component_version__ = f"{__version__}+thoth_storage.{__storages__version__}"
3434
KNOWLEDGE_GRAPH_HOST = os.getenv("KNOWLEDGE_GRAPH_HOST", "localhost")
3535
KNOWLEDGE_GRAPH_PORT = os.getenv("KNOWLEDGE_GRAPH_PORT", "5432")

0 commit comments

Comments
 (0)