Skip to content

Commit 46e72f4

Browse files
committed
bumped version
1 parent 553e688 commit 46e72f4

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGES.rst

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

4+
1.3.0
5+
-----
6+
7+
Added the ``piccolo user list`` command - a quick and convenient way of listing
8+
Piccolo Admin users from the command line.
9+
10+
``ModelBuilder`` now creates timezone aware ``datetime`` objects for
11+
``Timestamptz`` columns.
12+
13+
Updated the ASGI templates.
14+
15+
SQLite auto migrations are now allowed. We used to raise an exception, but
16+
now we output a warning instead. While SQLite auto migrations aren't as feature
17+
rich as Postgres, they work fine for simple use cases.
18+
19+
-------------------------------------------------------------------------------
20+
421
1.2.0
522
-----
623

piccolo/__init__.py

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

0 commit comments

Comments
 (0)