Skip to content

Commit 8fd69e7

Browse files
committed
bumped version
1 parent 40a31b2 commit 8fd69e7

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGES.rst

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

4+
1.23.0
5+
------
6+
7+
* Added Quart, Sanic, and Falcon as supported ASGI frameworks (thanks to
8+
@sinisaos for this).
9+
* Fixed a bug with very large integers in SQLite.
10+
* Fixed type annotation for ``Timestamptz`` default values (thanks to @Skelmis
11+
for this).
12+
13+
-------------------------------------------------------------------------------
14+
415
1.22.0
516
------
617

piccolo/__init__.py

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

0 commit comments

Comments
 (0)