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 6a6c00e commit f6f919bCopy full SHA for f6f919b
CHANGES
@@ -1,6 +1,14 @@
1
Changes
2
=======
3
4
+0.14.2
5
+------
6
+ * Centralised code for importing Piccolo apps and tables - laying the
7
+ foundation for fixtures.
8
+ * Made orjson an optional dependency, installable using
9
+ `pip install piccolo[orjson]`.
10
+ * Improved version number parsing in Postgres.
11
+
12
0.14.1
13
------
14
Fixing a bug with dropping tables in auto migrations.
piccolo/__init__.py
@@ -1 +1 @@
-__VERSION__ = "0.14.1"
+__VERSION__ = "0.14.2"
0 commit comments