Skip to content

Commit 69f730e

Browse files
authored
Merge pull request #188 from thoth-station/v0.8.8
Release of version 0.8.8
2 parents ab9e0a6 + 9b74e53 commit 69f730e

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.8 (2021-09-14T19:39:48)
3+
### Features
4+
* Update of the dependencies
5+
26
## Release 0.8.7 (2021-08-19T08:08:50)
37
### Features
48
* Adjust marker of typing-extension

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.7"
32+
__version__ = "0.8.8"
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)