We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecefc99 commit ed89196Copy full SHA for ed89196
CHANGES
@@ -1,6 +1,11 @@
1
Changes
2
=======
3
4
+0.11.5
5
+------
6
+Fixed bug in ``BaseMigrationManager.get_migration_modules`` - wasn't
7
+excluding non-Python files well enough.
8
+
9
0.11.4
10
------
11
* Stopped ``piccolo migrations new`` from creating a config.py file - was
piccolo/__init__.py
@@ -1 +1 @@
-__VERSION__ = "0.11.4"
+__VERSION__ = "0.11.5"
0 commit comments