We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db08850 commit a52ea15Copy full SHA for a52ea15
2 files changed
AUTHORS.rst
@@ -22,6 +22,7 @@ Contributors
22
* Yurii Shtrikker <nbb.unitto@gmail.com>
23
* Nicolas Crocfer <ncrocfer@gmail.com>
24
* Denys Badzo <badzyo360@gmail.com>
25
+* Pavol Vargovcik <pavol.vargovcik@gmail.com>
26
27
28
Special thanks to my wife Daisy and her outsourcing company `DecentFoX Studio`_,
HISTORY.rst
@@ -7,6 +7,14 @@ GINO 0.7
7
8
This is also version 1.0 beta 3.
9
10
+0.7.5 (2018-07-26)
11
+^^^^^^^^^^^^^^^^^^
12
+
13
+* Added friendly error message when using abstract models by mistake (#224)
14
+* Supported Python 3.7 (Contributed by Tony Wang in #265)
15
+* Updated documentation
16
+* Fixed a bug in TupleLoader (Contributed by Pavol Vargovcik in #279 #280)
17
18
0.7.4 (2018-06-10)
19
^^^^^^^^^^^^^^^^^^
20
0 commit comments