Skip to content

Commit 5170b77

Browse files
authored
bump version to 1.4 (#331)
1 parent 2225aaf commit 5170b77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-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 3.2, 4.0, 4.1 and 4.2
13+
- Supports Django 3.2, 4.0, 4.1, 4.2 and 5.0
1414
- Tested on Microsoft SQL Server 2016, 2017, 2019, 2022
1515
- Passes most of the tests of the Django test suite
1616
- Compatible with

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
setup(
3232
name='mssql-django',
33-
version='1.3',
33+
version='1.4',
3434
description='Django backend for Microsoft SQL Server',
3535
long_description=long_description,
3636
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)