Skip to content

Commit

Permalink
Bump up version to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
absci committed Nov 30, 2021
1 parent fd43b29 commit 9758247
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ We hope you enjoy using the MSSQL-Django 3rd party backend.

## Features

- Supports Django 2.2, 3.0, 3.1 and 3.2
- Supports Django 2.2, 3.0, 3.1, 3.2 and 4.0
- Tested on Microsoft SQL Server 2016, 2017, 2019
- Passes most of the tests of the Django test suite
- Compatible with
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
'Framework :: Django :: 3.0',
'Framework :: Django :: 3.1',
'Framework :: Django :: 3.2',
'Framework :: Django :: 4.0',
]

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

setup(
name='mssql-django',
version='1.0',
version='1.1',
description='Django backend for Microsoft SQL Server',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 9758247

Please sign in to comment.