Merging upstream version 11.0.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
fdac67ef7f
commit
ba0f3f0bfa
112 changed files with 126100 additions and 230 deletions
|
@ -1,5 +1,6 @@
|
|||
"""
|
||||
.. include:: ../README.md
|
||||
|
||||
----
|
||||
"""
|
||||
|
||||
|
@ -39,7 +40,7 @@ if t.TYPE_CHECKING:
|
|||
T = t.TypeVar("T", bound=Expression)
|
||||
|
||||
|
||||
__version__ = "10.6.3"
|
||||
__version__ = "11.0.1"
|
||||
|
||||
pretty = False
|
||||
"""Whether to format generated SQL by default."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue