Skip to content

Commit 7b7955d

Browse files
committed
bumped version
1 parent 0511b9a commit 7b7955d

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.18.0
5+
------
6+
* Refactored ``forwards`` and ``backwards`` commands for migrations, to make
7+
them easier to run programatically.
8+
* Added a simple ``Array`` column type.
9+
* ``table_finder`` now works if just a string is passed in, instead of having
10+
to pass in an array of strings.
11+
412
0.17.5
513
------
614
Catching database connection exceptions when starting the default ASGI app

piccolo/__init__.py

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

0 commit comments

Comments
 (0)