File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11Release Notes
22=============
33
4- Unreleased
4+ v5.2.0
55----------
6- * The ``IndexMeta `` class has been removed. Now ``type(Index) == type ``.
7- * JSON serialization support (``Model.to_json `` and ``Model.from_json ``) has been added.
6+ * The ``IndexMeta `` class has been removed. Now ``type(Index) == type `` (#998)
7+ * JSON serialization support (``Model.to_json `` and ``Model.from_json ``) has been added (#857)
8+ * Improved type annotations for expressions and transactions (#951, #991)
9+ * Always use Model attribute definitions in create table schema (#996)
810
911
1012v5.1.0
Original file line number Diff line number Diff line change 77"""
88__author__ = 'Jharrod LaFon'
99__license__ = 'MIT'
10- __version__ = '5.1 .0'
10+ __version__ = '5.2 .0'
You can’t perform that action at this time.
0 commit comments