Skip to content

Commit ec77eaa

Browse files
committed
BUMP 0.4.0
1 parent 8e3140d commit ec77eaa

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

bindings/python/docs/source/changelog.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ Changes in Version 0.4.0
55
------------------------
66
- Support for :class:`~bson.decimal128.Decimal128` type.
77
- Support for macOS arm64 architecture on Python 3.9+.
8+
- Support for writing tabular datasets (materialized as
9+
PyArrow Tables, Pandas DataFrames, or NumPy arrays) to MongoDB.
10+
See the :doc:`quickstart` guide for more info.
811

912
Changes in Version 0.3.0
1013
------------------------

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

1717
_MIN_LIBBSON_VERSION = "1.21.0"

0 commit comments

Comments
 (0)