Skip to content

Commit e6efd4d

Browse files
authored
ARROW-178 Release 1.0.2 (#167)
* ARROW-178 Release 1.0.2 * bump version
1 parent 1cde144 commit e6efd4d

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

bindings/python/docs/source/changelog.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
Changelog
22
=========
33

4-
Changes in Version 1.0.0
4+
Changes in Version 1.0.2
55
------------------------
6+
- Bug fix for projection on nested fields.
7+
- Bug fix for nested extension objects in auto schema.
8+
9+
10+
Changes in Version 1.0.1
11+
------------------------
12+
13+
Note: The 1.0.0 release had an incorrect changelog.
14+
615
- Support BSON binary type.
716
- Support BSON Decimal128 type.
817
- Support Pandas 2.0 and Pandas extension types.

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.0.2"
1616

1717
_MIN_LIBBSON_VERSION = "1.21.0"

0 commit comments

Comments
 (0)