Skip to content

Commit

Permalink
Merge pull request #232 from Toloka/1.2.1_release
Browse files Browse the repository at this point in the history
toloka-kit==1.2.1
  • Loading branch information
alexdrydew authored Aug 25, 2023
2 parents 8665e61 + d43b1c3 commit fd4bbe7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
1.2.1
-------------------
Python versions support:
* Python 3.7 support dropped

Changes:
* Updated `TolokaClient.create_app_items` and `AsyncTolokaClient.create_app_items` to return the list of created app
items ids.
* Added `tier` parameter to `TolokaClient.create_pool` and `AsyncTolokaClient.create_pool` methods.

1.2.0.post1
-------------------
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.2.0.post1'
__version__ = '1.2.1'
__license__ = 'Apache 2.0'

0 comments on commit fd4bbe7

Please sign in to comment.