Skip to content

Commit 05bc4d8

Browse files
authored
ARROW-172 Release 1.0 (#161)
1 parent 3a4c9d8 commit 05bc4d8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

bindings/python/docs/source/changelog.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ Changes in Version 0.7.0
55
------------------------
66
- Added support for BSON Embedded Document type.
77
- Added support for BSON Array type.
8-
- Support PyArrow 11.0.
8+
- Added support for BSON Decimal128 type.
9+
- Added support for Pandas 2.0 and Pandas extension types.
10+
- Support PyArrow 12.0.
911

1012
Changes in Version 0.6.3
1113
------------------------

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.0.0.dev0"
15+
__version__ = "1.0.0"
1616

1717
_MIN_LIBBSON_VERSION = "1.21.0"

0 commit comments

Comments
 (0)