Skip to content

Commit

Permalink
Bump version migration v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mauromsl committed May 1, 2024
1 parent 1ee2bdb commit bb79112
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Generated by Django 4.2.11 on 2024-05-01 15:08

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('core', '0088_fix_untyped_galleys'),
('core', '0092_xslt_1-6-0'),
]

operations = [
]
2 changes: 1 addition & 1 deletion src/utils/migrations/0033_upgrade_1_6_0.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Migration(migrations.Migration):

dependencies = [
('utils', '0032_upgrade_1_5_2'),
('core', '0092_xslt_1-6-0'),
('core', '0093_merge_0088_fix_untyped_galleys_0092_xslt_1-6-0'),
]

operations = [
Expand Down

0 comments on commit bb79112

Please sign in to comment.