We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56e3c6d commit 2e4d1f5Copy full SHA for 2e4d1f5
3 files changed
.github/workflows/pr-preview.yml
@@ -8,6 +8,8 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- uses: actions/checkout@v4
11
+ with:
12
+ fetch-depth: 0
13
- uses: actions/setup-python@v5
14
with:
15
python-version: '3.x'
.github/workflows/release.yml
socketsecurity/__init__.py
@@ -1,2 +1,2 @@
1
__author__ = 'socket.dev'
2
-__version__ = '2.0.18'
+__version__ = '2.0.19'
0 commit comments