Skip to content

Commit 4788c74

Browse files
committed
BUMP 0.6.3
1 parent 6f84d26 commit 4788c74

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

bindings/python/docs/source/changelog.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

4+
Changes in Version 0.6.3
5+
------------------------
6+
7+
- Added wheels for Linux AArch64 and Python 3.11.
8+
- Fixed handling of time zones in schema auto-discovery.
9+
10+
411
Changes in Version 0.6.2
512
------------------------
613
Note: We did not publish 0.6.0 or 0.6.1 due to technical difficulties.

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

1717
_MIN_LIBBSON_VERSION = "1.21.0"

0 commit comments

Comments
 (0)