Skip to content

Commit 4ac0588

Browse files
khebhut[bot]Kebechet
and
Kebechet
authored
Release of version 0.9.1 (#224)
Co-authored-by: Kebechet <[email protected]>
1 parent 26d129c commit 4ac0588

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

2+
## Release 0.9.1 (2022-05-09T19:39:34)
3+
* 26d129c :ship: Bump up base image initialized in CI. (#222)
4+
* acd8013 :arrow_up: Automatic update of dependencies by Kebechet for the ubi8 environment (#221)
5+
* ef11978 :medal_sports: set badges for easy access to content
6+
27
## Release 0.9.0 (2022-01-31T21:29:10)
38
* :arrow_up: Automatic update of dependencies by Kebechet for the ubi8 environment
49
* Add metrics about pg dump creation status

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

0 commit comments

Comments
 (0)