Skip to content

Commit 29544f4

Browse files
committed
bumped version
1 parent 3ab7ce2 commit 29544f4

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGES.rst

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

4+
1.29.0
5+
------
6+
7+
* Fixed a bug with adding / substrating ``Integer`` columns from one another in
8+
queries (thanks to @ryanvarley for this).
9+
* Updated the ASGI templates, and BlackSheep dependencies (thanks to @sinisaos
10+
for this).
11+
* Fixed a bug where decimal values generated by ``ModelBuilder`` could be too
12+
large.
13+
* Added an example ``M2M`` relationship in the playground to make learning
14+
``M2M`` easier (thanks to @sinisaos for this).
15+
* Added documentation for ``MigrationManager.get_table_from_snapshot``, which
16+
is a way of getting a ``Table`` from the migration history - useful when
17+
running data migrations (thanks to @sinisaos for this).
18+
* Columns with the ``secret=True`` argument are now added to
19+
``Table._meta.secret_columns`` (thanks to @sinisaos for this).
20+
* Added documentation for the ``migration`` table.
21+
* Tidied up Pydantic tests (thanks to @sinisaos for this).
22+
23+
-------------------------------------------------------------------------------
24+
425
1.28.0
526
------
627

piccolo/__init__.py

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

0 commit comments

Comments
 (0)