Skip to content

Commit c5c3826

Browse files
committed
bumped version
1 parent a53f578 commit c5c3826

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGES.rst

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
Changes
22
=======
33

4+
0.69.0
5+
------
6+
7+
Added `Xpresso <https://xpresso-api.dev/>`_ as a supported ASGI framework when
8+
using ``piccolo asgi new`` to generate a web app.
9+
10+
Thanks to @sinisaos for adding this template, and @adriangb for reviewing.
11+
12+
We also took this opportunity to update our FastAPI and BlackSheep ASGI
13+
templates.
14+
15+
-------------------------------------------------------------------------------
16+
417
0.68.0
518
------
619

@@ -1240,7 +1253,7 @@ example:
12401253
class RecordingStudio(Table):
12411254
pk = UUID(primary_key=True)
12421255
1243-
The BlackSheep template generated by `piccolo asgi new` now supports mounting
1256+
The BlackSheep template generated by ``piccolo asgi new`` now supports mounting
12441257
of the Piccolo Admin (courtesy @sinisaos).
12451258

12461259
-------------------------------------------------------------------------------

piccolo/__init__.py

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

0 commit comments

Comments
 (0)