Skip to content

Commit 0d14cfb

Browse files
committed
bumped version
1 parent 1127878 commit 0d14cfb

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGES

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

4+
0.27.0
5+
------
6+
Added uvloop as an optional dependency, installed via `pip install piccolo[uvloop]`
7+
(courtesy @aminalaee). uvloop is a faster implementation of the asyncio event
8+
loop found in Python's standard library. When uvloop is installed, Piccolo will
9+
use it to increase the performance of the Piccolo CLI, and web servers such as
10+
Uvicorn will use it to increase the performance of your ASGI app.
11+
412
0.26.0
513
------
614
Added ``eq`` and ``ne`` methods to the ``Boolean`` column, which can be used

piccolo/__init__.py

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

0 commit comments

Comments
 (0)