File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog for Thoth's Storage Module
2
2
3
+ ## Release 0.72.0 (2022-05-05T18:31:45)
4
+ * 3fbfb67 :arrow_up: Automatic update of dependencies by Kebechet for the rhel-8 environment
5
+ * 03acd31 Cast to list if randomizing
6
+ * 5842452 :arrow_up: Automatic update of dependencies by Kebechet for the rhel-8 environment
7
+ * 8a2adfa :arrow_up: Automatic update of dependencies by Kebechet for the rhel-8 environment
8
+ * 9538b06 Post review fixes
9
+ * bbbe8e1 Randoomize document listing in all sync methods
10
+ * 60fafe0 randomizing listing in env variable and fixes
11
+ * b7f9bac Randomize solver document listing
12
+ * f0f6cbf :arrow_up: Automatic update of dependencies by Kebechet for the rhel-8 environment
13
+
3
14
## Release 0.71.2 (2022-04-11T11:26:38)
4
15
* edb4f90 Increase default S3 timeout to 180s for retrieving data from Ceph
5
16
* 08351df :arrow_up: Automatic update of dependencies by Kebechet for the rhel-8 environment
Original file line number Diff line number Diff line change 52
52
53
53
54
54
__name__ = "thoth-storages"
55
- __version__ = "0.71.2 "
55
+ __version__ = "0.72.0 "
56
56
57
57
__all__ = [
58
58
AdvisersCacheStore .__name__ ,
You can’t perform that action at this time.
0 commit comments