Skip to content

Commit

Permalink
ARROW-172 Release 1.0 (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Jun 21, 2023
1 parent 3a4c9d8 commit 05bc4d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion bindings/python/docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ Changes in Version 0.7.0
------------------------
- Added support for BSON Embedded Document type.
- Added support for BSON Array type.
- Support PyArrow 11.0.
- Added support for BSON Decimal128 type.
- Added support for Pandas 2.0 and Pandas extension types.
- Support PyArrow 12.0.

Changes in Version 0.6.3
------------------------
Expand Down
2 changes: 1 addition & 1 deletion bindings/python/pymongoarrow/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "1.0.0.dev0"
__version__ = "1.0.0"

_MIN_LIBBSON_VERSION = "1.21.0"

0 comments on commit 05bc4d8

Please sign in to comment.