Skip to content

Commit a529cdc

Browse files
committed
bumped version
1 parent 930da74 commit a529cdc

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGES.rst

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

4+
0.71.0
5+
------
6+
7+
The ``ModelBuilder`` class, which is used to generate mock data in tests, now
8+
supports ``Array`` columns. Courtesy @backwardspy.
9+
10+
Lots of internal code optimisations and clean up. Courtesy @yezz123.
11+
12+
Added docs for troubleshooting common MyPy errors.
13+
14+
Also thanks to @adriangb for helping us with our dependency issues.
15+
16+
-------------------------------------------------------------------------------
17+
418
0.70.1
519
------
620

piccolo/__init__.py

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

0 commit comments

Comments
 (0)