Skip to content

Commit 00d784e

Browse files
authored
ARROW-186 Release 1.1 (#174)
* ARROW-186 Release 1.1 * add note
1 parent 1e25090 commit 00d784e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

bindings/python/docs/source/changelog.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

4+
Changes in Version 1.1.0
5+
------------------------
6+
- Support for PyArrow 13.0.
7+
- Revert bug fix for nested extension objects in auto schema, since it
8+
caused a performance regression.
9+
10+
411
Changes in Version 1.0.2
512
------------------------
613
- Bug fix for projection on nested fields.

bindings/python/pymongoarrow/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "1.1.0.dev0"
15+
__version__ = "1.1.0"
1616

1717
_MIN_LIBBSON_VERSION = "1.23.1"

0 commit comments

Comments
 (0)