Skip to content

Commit

Permalink
Bump version 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarPersson committed Mar 10, 2020
1 parent b367136 commit 654f2dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setup(
name='django-mssql-backend',
version='2.7.0',
version='2.8.0',
description='Django backend for Microsoft SQL Server',
long_description=open('README.rst').read(),
author='ES Solutions AB',
Expand All @@ -27,6 +27,7 @@
install_requires=[
'pyodbc>=3.0',
],
package_data={'sql_server.pyodbc': ['regex_clr.dll']},
classifiers=CLASSIFIERS,
keywords='django',
)

0 comments on commit 654f2dd

Please sign in to comment.