We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f84d26 commit 4788c74Copy full SHA for 4788c74
bindings/python/docs/source/changelog.rst
@@ -1,6 +1,13 @@
1
Changelog
2
=========
3
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
11
Changes in Version 0.6.2
12
------------------------
13
Note: We did not publish 0.6.0 or 0.6.1 due to technical difficulties.
bindings/python/pymongoarrow/version.py
@@ -12,6 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
14
15
-__version__ = "0.7.0.dev0"
+__version__ = "0.6.3"
16
17
_MIN_LIBBSON_VERSION = "1.21.0"
0 commit comments