Skip to content

Commit d7063bd

Browse files
committed
bumped version
1 parent 0aa0d90 commit d7063bd

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGES.rst

+14
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
Changes
22
=======
33

4+
1.24.0
5+
------
6+
7+
* Fixed a bug with ``get_or_create`` when a table has a column with both
8+
``null=False`` and ``default=None`` - thanks to @bymoye for reporting this
9+
issue.
10+
* If a ``PostgresEngine`` uses the ``dsn`` argument for ``asyncpg``, this is
11+
now used by ``piccolo sql_shell run``. Thanks to @abhishek-compro for
12+
suggesting this.
13+
* Fixed the type annotation for the ``length`` argument of ``Varchar`` - it
14+
is allowed to be ``None``. Thanks to @Compro-Prasad for this.
15+
16+
-------------------------------------------------------------------------------
17+
418
1.23.0
519
------
620

piccolo/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__VERSION__ = "1.23.0"
1+
__VERSION__ = "1.24.0"

0 commit comments

Comments
 (0)