Skip to content

Commit

Permalink
BUMP 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Dec 14, 2022
1 parent 6f84d26 commit 4788c74
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions bindings/python/docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

Changes in Version 0.6.3
------------------------

- Added wheels for Linux AArch64 and Python 3.11.
- Fixed handling of time zones in schema auto-discovery.


Changes in Version 0.6.2
------------------------
Note: We did not publish 0.6.0 or 0.6.1 due to technical difficulties.
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__ = "0.7.0.dev0"
__version__ = "0.6.3"

_MIN_LIBBSON_VERSION = "1.21.0"

0 comments on commit 4788c74

Please sign in to comment.