Skip to content

Commit 545e814

Browse files
committed
chore: bumps version to 2.6.3
1 parent 643eb0f commit 545e814

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

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

88
# Release Notes
99

10-
## [Unreleased](https://github.com/algolia/algoliasearch-client-python/compare/v2.6.2...master)
10+
## [Unreleased](https://github.com/algolia/algoliasearch-client-python/compare/v2.6.3...master)
11+
12+
## [v2.6.3](https://github.com/algolia/algoliasearch-client-python/compare/v2.6.2...v2.6.3)
13+
14+
### Fixed
15+
16+
- prevent KeyError when popping an unknown property ([#552](https://github.com/algolia/algoliasearch-client-python/pull/552))
1117

1218
## [v2.6.2](https://github.com/algolia/algoliasearch-client-python/compare/v2.6.1...v2.6.2)
1319

algoliasearch/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "2.6.2"
1+
VERSION = "2.6.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.6.2
3+
version = 2.6.3
44
author = Algolia Team
55
author_email = [email protected]
66
maintainer = Algolia Team

0 commit comments

Comments
 (0)