Skip to content

Commit 080da6d

Browse files
committed
chore: bump version to 1.9.10
1 parent a1f4f16 commit 080da6d

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# version 1.9.10
2+
----------------
3+
fix different python versions have different behaviors on ipaddress library #319
4+
15
# version 1.9.9
26
----------------
37
* auto correct url based on poc's protocol attribute #316

manpages/poc-console.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ is maintained at:
3131
.I https://pocsuite.org
3232
.PP
3333
.SH VERSION
34-
This manual page documents pocsuite3 version 1.9.9
34+
This manual page documents pocsuite3 version 1.9.10
3535
.SH AUTHOR
3636
.br
3737
(c) 2014-present by Knownsec 404 Team

manpages/pocsuite.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ is maintained at:
283283
.I https://pocsuite.org
284284
.PP
285285
.SH VERSION
286-
This manual page documents pocsuite3 version 1.9.9
286+
This manual page documents pocsuite3 version 1.9.10
287287
.SH AUTHOR
288288
.br
289289
(c) 2014-present by Knownsec 404 Team

pocsuite3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__title__ = 'pocsuite3'
2-
__version__ = '1.9.9'
2+
__version__ = '1.9.10'
33
__author__ = 'Knownsec 404 Team'
44
__author_email__ = '[email protected]'
55
__license__ = 'GPLv2'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def find_packages(where='.'):
2121

2222
setup(
2323
name='pocsuite3',
24-
version='1.9.9',
24+
version='1.9.10',
2525
url='https://pocsuite.org',
2626
description='Open-sourced remote vulnerability testing framework.',
2727
long_description=long_description,

0 commit comments

Comments
 (0)