Skip to content

Commit 26558b1

Browse files
committed
Bumps version to v2.0.3
1 parent 759818f commit 26558b1

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
# Release Notes
88

9+
## [v2.0.3](https://github.com/algolia/algoliasearch-client-python/compare/2.0.2...2.0.3)
10+
11+
### Fixed
12+
- Missing `attributesToRetrieve` data on multiple `get_objects` ([#424](https://github.com/algolia/algoliasearch-client-python/pull/424))
13+
914
## [v2.0.2](https://github.com/algolia/algoliasearch-client-python/compare/2.0.1...2.0.2)
1015

1116
### Fixed

algoliasearch/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '2.0.2'
1+
VERSION = '2.0.3'

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = algoliasearch
3-
version = 2.0.2
3+
version = 2.0.3
44
author = Algolia Team
55
author_email = [email protected]
66
maintainer = Algolia Team

0 commit comments

Comments
 (0)