Skip to content

Commit 1b645cb

Browse files
committed
bumped version
1 parent a0e90be commit 1b645cb

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGES

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

4+
0.34.0
5+
------
6+
Added the ``get_or_create`` convenience method (courtesy @aminalaee). Example
7+
usage:
8+
9+
.. code-block:: python
10+
11+
manager = await Manager.objects().get_or_create(
12+
Manager.name == 'Guido'
13+
).run()
14+
415
0.33.1
516
------
617
* Bug fix, where ``compare_dicts`` was failing in migrations if any ``Column``

piccolo/__init__.py

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

0 commit comments

Comments
 (0)