Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
dantownsend committed Mar 4, 2024
1 parent 894efe5 commit 2322a07
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
Changes
=======

1.3.2
-----

Fixed a bug with nested array columns containing ``BigInt``. For example:

.. code-block:: python
class MyTable(Table):
my_column = Array(Array(BigInt))
Thanks to @AmazingAkai for reporting this issue.

-------------------------------------------------------------------------------

1.3.1
-----

Expand Down
2 changes: 1 addition & 1 deletion piccolo/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__VERSION__ = "1.3.1"
__VERSION__ = "1.3.2"

0 comments on commit 2322a07

Please sign in to comment.