File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ We hope you enjoy using the MSSQL-Django 3rd party backend.
1010
1111## Features
1212
13- - Supports Django 2.2, 3.0, 3.1 and 3.2
13+ - Supports Django 2.2, 3.0, 3.1, 3.2 and 4.0
1414- Tested on Microsoft SQL Server 2016, 2017, 2019
1515- Passes most of the tests of the Django test suite
1616- Compatible with
Original file line number Diff line number Diff line change 1919 'Framework :: Django :: 3.0' ,
2020 'Framework :: Django :: 3.1' ,
2121 'Framework :: Django :: 3.2' ,
22+ 'Framework :: Django :: 4.0' ,
2223]
2324
2425this_directory = path .abspath (path .dirname (__file__ ))
2728
2829setup (
2930 name = 'mssql-django' ,
30- version = '1.0 ' ,
31+ version = '1.1 ' ,
3132 description = 'Django backend for Microsoft SQL Server' ,
3233 long_description = long_description ,
3334 long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments