Commit 4ac0588 1 parent 26d129c commit 4ac0588 Copy full SHA for 4ac0588
File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
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
+
2
7
## Release 0.9.0 (2022-01-31T21:29:10)
3
8
* :arrow_up : Automatic update of dependencies by Kebechet for the ubi8 environment
4
9
* Add metrics about pg dump creation status
Original file line number Diff line number Diff line change 29
29
30
30
init_logging ()
31
31
_LOGGER = logging .getLogger ("thoth.graph_backup_job" )
32
- __version__ = "0.9.0 "
32
+ __version__ = "0.9.1 "
33
33
__component_version__ = f"{ __version__ } +thoth_storage.{ __storages__version__ } "
34
34
COMPONENT_NAME = "graph-backup-job"
35
35
You can’t perform that action at this time.
0 commit comments