bump version, update realease docs

This commit is contained in:
collerek
2020-12-11 13:32:22 +01:00
parent 8499913808
commit fd3bb53ba1
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,7 @@
# 0.7.3
* Fix for setting fetching related model with UUDI pk, which is a string in raw (fix [#71][#71])
# 0.7.2 # 0.7.2
* Fix for overwriting related models with pk only in `Model.update() with fields passed as parameters` (fix [#70][#70]) * Fix for overwriting related models with pk only in `Model.update() with fields passed as parameters` (fix [#70][#70])
@ -188,4 +192,5 @@ Add queryset level methods
[#19]: https://github.com/collerek/ormar/issues/19 [#19]: https://github.com/collerek/ormar/issues/19
[#60]: https://github.com/collerek/ormar/issues/60 [#60]: https://github.com/collerek/ormar/issues/60
[#68]: https://github.com/collerek/ormar/issues/68 [#68]: https://github.com/collerek/ormar/issues/68
[#70]: https://github.com/collerek/ormar/issues/70 [#70]: https://github.com/collerek/ormar/issues/70
[#71]: https://github.com/collerek/ormar/issues/71

View File

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