Skip to content

Commit e75a901

Browse files
authored
RELEASE: 1.6 (#470)
* RELEASE: 0.6 * RELEASE: 1.5 * RELEASE: 1.6 * Add regex_clr.dll for CLR regex support * undo regex_clr addition * fix codeql
1 parent 68c105b commit e75a901

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@
1111
#
1212
name: "CodeQL"
1313

14+
# This workflow is triggered on pushes to the dev branch, pull requests targeting
15+
permissions:
16+
actions: read
17+
contents: read
18+
security-events: write
19+
1420
on:
1521
push:
1622
branches: [ dev ]

setup.py

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

3333
setup(
3434
name='mssql-django',
35-
version='1.5',
35+
version='1.6',
3636
description='Django backend for Microsoft SQL Server',
3737
long_description=long_description,
3838
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)