Skip to content

Commit 9758247

Browse files
committed
Bump up version to 1.1
1 parent fd43b29 commit 9758247

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
'Framework :: Django :: 3.0',
2020
'Framework :: Django :: 3.1',
2121
'Framework :: Django :: 3.2',
22+
'Framework :: Django :: 4.0',
2223
]
2324

2425
this_directory = path.abspath(path.dirname(__file__))
@@ -27,7 +28,7 @@
2728

2829
setup(
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',

0 commit comments

Comments
 (0)