We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80149d7 commit 4cb2cf4Copy full SHA for 4cb2cf4
CHANGES
@@ -1,6 +1,13 @@
1
Changes
2
=======
3
4
+0.23.0
5
+------
6
+Added the ``create_table_class`` function, which can be used to create
7
+``Table`` subclasses at runtime. This was required to fix an existing bug,
8
+which was effecting migrations (see `issue 111 <https://github.com/piccolo-orm/piccolo/issues/111>`_
9
+for more details).
10
+
11
0.22.0
12
------
13
* An error is now raised if a user tries to create a Piccolo app using
piccolo/__init__.py
@@ -1 +1 @@
-__VERSION__ = "0.22.0"
+__VERSION__ = "0.23.0"
0 commit comments