Skip to content

Commit 2314736

Browse files
committed
bumped version
1 parent 3219b72 commit 2314736

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGES.rst

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

4+
0.70.1
5+
------
6+
7+
Fixed a bug with auto migrations. If renaming multiple columns at once, it
8+
could get confused. Thanks to @theelderbeever for reporting this issue, and
9+
@sinisaos for helping to replicate it. See `PR 457 <https://github.com/piccolo-orm/piccolo/pull/457>`_.
10+
11+
-------------------------------------------------------------------------------
12+
413
0.70.0
514
------
615

piccolo/__init__.py

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

0 commit comments

Comments
 (0)