Skip to content

Commit

Permalink
Merge branch '2.1.1' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvarner committed Sep 13, 2021
2 parents 579d825 + 7dad731 commit b4da20f
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

CHANGELOG
=========
Release 2.1.1
---------------------
* Fixes migration conflicts

Release 2.1.0
---------------------
* Adds ingest
Expand Down
14 changes: 14 additions & 0 deletions apps/custom_styles/migrations/0004_merge_20210913_1336.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Generated by Django 2.2.23 on 2021-09-13 13:36

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('custom_styles', '0003_auto_20200730_1549'),
('custom_styles', '0003_auto_20200730_1757'),
]

operations = [
]
14 changes: 14 additions & 0 deletions apps/iiif/manifests/migrations/0019_merge_20210913_1336.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Generated by Django 2.2.23 on 2021-09-13 13:36

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('manifests', '0018_auto_20210309_1840'),
('manifests', '0010_auto_20200730_1549'),
]

operations = [
]
2 changes: 1 addition & 1 deletion apps/readux/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.1.0'
__version__ = '2.1.1'

0 comments on commit b4da20f

Please sign in to comment.