File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66
77# Release Notes
88
9+ ## [ v2.0.2] ( https://github.com/algolia/algoliasearch-client-python/compare/2.0.1...2.0.2 )
10+
11+ ### Fixed
12+ - Conflict with ` typing ` standard library ([ #423 ] ( https://github.com/algolia/algoliasearch-client-python/pull/423 ) )
13+
914## [ v2.0.1] ( https://github.com/algolia/algoliasearch-client-python/compare/2.0.0...2.0.1 )
1015
1116### Fixed
12- - Batching algorithm when reaching the ` batch_size ` . ([ #421 ] ( https://github.com/algolia/algoliasearch-client-python/pull/421 ) )
17+ - Batching algorithm when reaching the ` batch_size ` ([ #421 ] ( https://github.com/algolia/algoliasearch-client-python/pull/421 ) )
1318
1419## [ v2.0.0] ( https://github.com/algolia/algoliasearch-client-python/compare/1.20.0...2.0.0 )
1520
Original file line number Diff line number Diff line change 1- VERSION = '2.0.1 '
1+ VERSION = '2.0.2 '
Original file line number Diff line number Diff line change 11[metadata]
22name = algoliasearch
3- version = 2.0.1
3+ version = 2.0.2
44author = Algolia Team
5566maintainer = Algolia Team
You can’t perform that action at this time.
0 commit comments