Skip to content

Commit

Permalink
Okay
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamgilbert committed Oct 29, 2020
1 parent 61da3d1 commit 1a0ae18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion fvserver/version.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<plist version="1.0">
<dict>
<key>version</key>
<string>3.1.0.309</string>
<string>3.1.0.310</string>
</dict>
</plist>
4 changes: 1 addition & 3 deletions server/migrations/0018_auto_20201029_2134.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@

class Migration(migrations.Migration):

dependencies = [
("server", "0017_merge_20181217_1829"),
]
dependencies = [("server", "0017_merge_20181217_1829")]

operations = [
migrations.AlterField(
Expand Down

0 comments on commit 1a0ae18

Please sign in to comment.