File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- VERSION = (1 , 0 , 16 )
1
+ VERSION = (1 , 0 , 17 )
2
2
__version__ = "." .join (map (str , VERSION ))
3
3
4
4
default_app_config = "binary_database_files.apps.DatabaseFilesAppConfig"
Original file line number Diff line number Diff line change 1
- Django>=2.2,<3.3
1
+ Django>=2.2,<5
Original file line number Diff line number Diff line change 29
29
django31: Django>=3.1,<3.2
30
30
django32: Django>=3.2,<3.3
31
31
django40: Django>=4.0,<4.1
32
- commands = django-admin.py test --traceback --pythonpath =. --settings =binary_database_files.tests.settings binary_database_files.tests.tests.DatabaseFilesTestCase{env:TESTNAME:}
32
+ commands = django-admin test --traceback --pythonpath =. --settings =binary_database_files.tests.settings binary_database_files.tests.tests.DatabaseFilesTestCase{env:TESTNAME:}
You can’t perform that action at this time.
0 commit comments