Skip to content

Commit f532c41

Browse files
committed
Bumps version to v2.0.4
1 parent 76868ba commit f532c41

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
# Release Notes
88

9-
## Unreleased
9+
## [v2.0.4](https://github.com/algolia/algoliasearch-client-python/compare/2.0.3...2.0.4)
1010

1111
### Fixed
1212
- On `getVersion` param used by `search_index.get_settings` ([#426](https://github.com/algolia/algoliasearch-client-python/pull/426))

algoliasearch/version.py

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

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.3
3+
version = 2.0.4
44
author = Algolia Team
55
author_email = [email protected]
66
maintainer = Algolia Team

0 commit comments

Comments
 (0)