Skip to content

Commit 93207ca

Browse files
authored
Merge pull request #247 from thoth-station/v0.10.0
Release of version 0.10.0
2 parents e0ea081 + 41f28fd commit 93207ca

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

2+
## Release 0.10.0 (2022-09-21T20:11:56)
3+
* c136418 Use volume mount path to store the backup
4+
* d3305c4 :arrow_up: Automatic update of dependencies by Kebechet for the ubi8 environment
5+
* 2332856 :arrow_up: Automatic update of dependencies by Kebechet for the ubi8 environment
6+
* a4bfb15 :ship: Bump up base image initialized in CI.
7+
* ba9c07a :arrow_up: Automatic update of dependencies by Kebechet for the ubi8 environment
8+
29
## Release 0.9.3 (2022-08-23T02:50:33)
310
* 09011fd :arrow_up: Automatic update of dependencies by Kebechet for the ubi8 environment (#235)
411
* 369064a :arrow_up: Automatic update of dependencies by Kebechet for the ubi8 environment

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.9.3"
32+
__version__ = "0.10.0"
3333
__component_version__ = f"{__version__}+thoth_storage.{__storages__version__}"
3434
COMPONENT_NAME = "graph-backup-job"
3535

0 commit comments

Comments
 (0)