Skip to content

Commit ab9539c

Browse files
committed
Bump version to 2.0.3
1 parent 6b706ab commit ab9539c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased Changes
44

5+
## [2.0.3](https://github.com/pinecone-io/pinecone-python-client/compare/v2.0.2...v2.0.3) - 2021-10-31
6+
57
### Changed
68

79
- Some type validations were moved to the backend for performance reasons. In these cases a 4xx ApiException will be returned instead of an ApiTypeError.
@@ -34,6 +36,5 @@
3436
- `Index.info` has been removed. See `Index.describe_index_stats()` as an alternative.
3537
- The `Index()` constructor no longer validates index existence. This is instead done on all operations executed using the Index instance.
3638

37-
3839
[2.0.2]: https://github.com/pinecone-io/pinecone-python-client/compare/v2.0.1...v2.0.2
3940
[2.0.1]: https://github.com/pinecone-io/pinecone-python-client/compare/v2.0.0...v2.0.1

pinecone/__version__

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.2.a
1+
2.0.3

0 commit comments

Comments
 (0)