Skip to content

Commit

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

0.34.0
------
Added the ``get_or_create`` convenience method (courtesy @aminalaee). Example
usage:

.. code-block:: python

manager = await Manager.objects().get_or_create(
Manager.name == 'Guido'
).run()

0.33.1
------
* Bug fix, where ``compare_dicts`` was failing in migrations if any ``Column``
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.33.1"
__VERSION__ = "0.34.0"

0 comments on commit 1b645cb

Please sign in to comment.