Skip to content

Commit 0eeec95

Browse files
committed
bumped version
1 parent 04e1330 commit 0eeec95

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGES.rst

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

4+
1.26.1
5+
------
6+
7+
Updated the BlackSheep ASGI template - thanks to @sinisaos for this.
8+
9+
Fixed a bug with auto migrations when a ``ForeignKey`` specifies
10+
``target_column`` - multiple primary key columns were added to the migration
11+
file. Thanks to @waldner for reporting this issue.
12+
13+
-------------------------------------------------------------------------------
14+
415
1.26.0
516
------
617

piccolo/__init__.py

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

0 commit comments

Comments
 (0)