Skip to content

Commit 405d97a

Browse files
committed
BUMP 0.5.0.dev0
1 parent ec77eaa commit 405d97a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

bindings/python/docs/source/changelog.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ Changes in Version 0.4.0
66
- Support for :class:`~bson.decimal128.Decimal128` type.
77
- Support for macOS arm64 architecture on Python 3.9+.
88
- Support for writing tabular datasets (materialized as
9-
PyArrow Tables, Pandas DataFrames, or NumPy arrays) to MongoDB.
9+
PyArrow Tables, Pandas DataFrames, or NumPy arrays) to MongoDB
10+
using the :meth:`~pymongoarrow.api.write` function.
1011
See the :doc:`quickstart` guide for more info.
1112

1213
Changes in Version 0.3.0

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

1717
_MIN_LIBBSON_VERSION = "1.21.0"

0 commit comments

Comments
 (0)