connect db, bump ver, update releases

This commit is contained in:
collerek
2020-12-15 14:31:13 +01:00
parent 98da0de603
commit 9cf0a7ded0
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# 0.7.5
* Fix for wrong relation column name in many_to_many relation joins (fix [#73][#73])
# 0.7.4 # 0.7.4
* Allow multiple relations to the same related model/table. * Allow multiple relations to the same related model/table.

View File

@ -44,7 +44,7 @@ class UndefinedType: # pragma no cover
Undefined = UndefinedType() Undefined = UndefinedType()
__version__ = "0.7.4" __version__ = "0.7.5"
__all__ = [ __all__ = [
"Integer", "Integer",
"BigInteger", "BigInteger",