Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
dantownsend committed Aug 5, 2021
1 parent 6f3e4f9 commit 96965ca
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Changes
=======

0.29.0
------
The user can now specify the primary key column (courtesy @aminalaee). For
example:

.. code-block:: python

class RecordingStudio(Table):
pk = UUID(primary_key=True)

The BlackSheep template generated by `piccolo asgi new` now supports mounting
of the Piccolo Admin (courtesy @sinisaos).

0.28.0
------
Added aggregations functions, such as ``Sum``, ``Min``, ``Max`` and ``Avg``,
Expand Down
2 changes: 1 addition & 1 deletion piccolo/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__VERSION__ = "0.28.0"
__VERSION__ = "0.29.0"

0 comments on commit 96965ca

Please sign in to comment.