Skip to content

Commit 6e49fb5

Browse files
author
Kebechet
committed
Release of version 0.72.0
1 parent 29a6677 commit 6e49fb5

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog for Thoth's Storage Module
22

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+
314
## Release 0.71.2 (2022-04-11T11:26:38)
415
* edb4f90 Increase default S3 timeout to 180s for retrieving data from Ceph
516
* 08351df :arrow_up: Automatic update of dependencies by Kebechet for the rhel-8 environment

thoth/storages/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252

5353

5454
__name__ = "thoth-storages"
55-
__version__ = "0.71.2"
55+
__version__ = "0.72.0"
5656

5757
__all__ = [
5858
AdvisersCacheStore.__name__,

0 commit comments

Comments
 (0)