Skip to content

Commit

Permalink
Fix migration issue (#47)
Browse files Browse the repository at this point in the history
* Fixed manifest and a migration reference
  • Loading branch information
geophphrie authored Jul 20, 2023
1 parent efb59f6 commit 28adea7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Release Notes
=============

v3.5.2
------
* Fix a migration discrepancy

v3.5.1
------
* Fix manifest
Expand Down
2 changes: 1 addition & 1 deletion issue/migrations/0005_responder_allow_retry.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class Migration(migrations.Migration):

dependencies = [
('contenttypes', '0002_remove_content_type_name'),
('issue', '0004_auto_20181210_1857'),
('issue', '0001_0004_squashed'),
]

operations = [
Expand Down
2 changes: 1 addition & 1 deletion issue/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '3.5.1'
__version__ = '3.5.2'

0 comments on commit 28adea7

Please sign in to comment.