Skip to content

Commit

Permalink
0.1.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
varfolomeii committed Jul 15, 2021
1 parent 96760e9 commit e3c3e32
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 @@
0.1.10
-------------------

* `TemplateBuilder` components now support positional arguments
* Added `readonly` flag to attributes
* Added `ACCEPT_AFTER_REJECT` value to ` AssessmentEvent.Type`
* Added `assignment_id` attribute to `UserBonusSearchRequest`
* Improved stub files formatting

0.1.9
-------------------
* Improved support by static analyzers
Expand Down
2 changes: 1 addition & 1 deletion src/client/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__title__ = 'toloka-kit'
__version__ = '0.1.9'
__version__ = '0.1.10'
__license__ = 'Apache 2.0'

0 comments on commit e3c3e32

Please sign in to comment.