We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68c105b commit e75a901Copy full SHA for e75a901
.github/workflows/codeql-analysis.yml
@@ -11,6 +11,12 @@
11
#
12
name: "CodeQL"
13
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
+
20
on:
21
push:
22
branches: [ dev ]
setup.py
@@ -32,7 +32,7 @@
32
33
setup(
34
name='mssql-django',
35
- version='1.5',
+ version='1.6',
36
description='Django backend for Microsoft SQL Server',
37
long_description=long_description,
38
long_description_content_type='text/markdown',
0 commit comments