Skip to content

Commit 1e842e1

Browse files
committed
Release 2.2.0
1 parent 770bb9f commit 1e842e1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

doc/scapy/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@
4242
# other places throughout the built documents.
4343
#
4444
# The short X.Y version.
45-
version = '2.1.1'
45+
version = '2.2.0'
4646
# The full version, including alpha/beta/rc tags.
47-
release = '2.1.1-dev'
47+
release = '2.2.0'
4848

4949
# There are two options for replacing |today|: either, you set today to some
5050
# non-false value, then it is used:

scapy/config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ class Conf(ConfClass):
316316
AS_resolver: choose the AS resolver class to use
317317
extensions_paths: path or list of paths where extensions are to be looked for
318318
"""
319-
version = "2.1.1-dev"
319+
version = "2.2.0"
320320
session = ""
321321
interactive = False
322322
interactive_shell = ""

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def make_ezipfile(base_name, base_dir, verbose=0, dry_run=0):
4646

4747
setup(
4848
name = 'scapy',
49-
version = '2.1.1-dev',
49+
version = '2.2.0',
5050
packages=['scapy','scapy/arch', 'scapy/arch/windows', 'scapy/layers','scapy/asn1','scapy/tools','scapy/modules', 'scapy/crypto'],
5151
scripts = SCRIPTS,
5252
data_files = [('share/man/man1', ["doc/scapy.1.gz"])],

0 commit comments

Comments
 (0)