Skip to content

Commit 4cb2cf4

Browse files
committed
bumped version
1 parent 80149d7 commit 4cb2cf4

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changes
22
=======
33

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+
411
0.22.0
512
------
613
* An error is now raised if a user tries to create a Piccolo app using

piccolo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__VERSION__ = "0.22.0"
1+
__VERSION__ = "0.23.0"

0 commit comments

Comments
 (0)