Skip to content

Commit

Permalink
Merge pull request #178 from Toloka/1.1.4_release
Browse files Browse the repository at this point in the history
1.1.4 release
  • Loading branch information
alexdrydew authored Feb 24, 2023
2 parents 3e6fc34 + 5719cf8 commit b0e658d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
1.1.4
-------------------
Features:
* Added `verify` parameter to `TolokaClient` and `AsyncTolokaClient`. This parameter controls SSL certificate verification settings.

Bugfixes:
* Fixed deserialization of legacy Toloka projects bug which was caused by an attempt to parse view spec with empty `lock` field.


1.1.3
-------------------
Bugfixes:
Expand Down
2 changes: 1 addition & 1 deletion src/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__title__ = 'toloka-kit'
__version__ = '1.1.3'
__version__ = '1.1.4'
__license__ = 'Apache 2.0'

0 comments on commit b0e658d

Please sign in to comment.