Skip to content

Commit 1f5d787

Browse files
committed
Version bump
1 parent 73e1ce2 commit 1f5d787

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66

77
[project]
88
name = "socketsecurity"
9-
version = "2.1.5"
9+
version = "2.1.6"
1010
requires-python = ">= 3.10"
1111
license = {"file" = "LICENSE"}
1212
dependencies = [

socketsecurity/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
__author__ = 'socket.dev'
2-
__version__ = '2.1.5'
2+
__version__ = '2.1.6'

socketsecurity/socketcli.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,6 @@ def main_code():
243243
log.debug("Updated overview comment with no dependencies")
244244

245245
log.debug(f"Adding comments for {config.scm}")
246-
247246
scm.add_socket_comments(
248247
security_comment,
249248
overview_comment,

0 commit comments

Comments
 (0)