Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
dantownsend committed Feb 12, 2025
1 parent 40a31b2 commit 8fd69e7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Changes
=======

1.23.0
------

* Added Quart, Sanic, and Falcon as supported ASGI frameworks (thanks to
@sinisaos for this).
* Fixed a bug with very large integers in SQLite.
* Fixed type annotation for ``Timestamptz`` default values (thanks to @Skelmis
for this).

-------------------------------------------------------------------------------

1.22.0
------

Expand Down
2 changes: 1 addition & 1 deletion piccolo/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__VERSION__ = "1.22.0"
__VERSION__ = "1.23.0"

0 comments on commit 8fd69e7

Please # to comment.