Skip to content

Commit 5137444

Browse files
committed
Release 2.1.1
1 parent 7491f1c commit 5137444

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.0'
45+
version = '2.1.1'
4646
# The full version, including alpha/beta/rc tags.
47-
release = '2.1.0'
47+
release = '2.1.1'
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
@@ -312,7 +312,7 @@ class Conf(ConfClass):
312312
AS_resolver: choose the AS resolver class to use
313313
extensions_paths: path or list of paths where extensions are to be looked for
314314
"""
315-
version = "2.1.0-dev"
315+
version = "2.1.1"
316316
session = ""
317317
interactive = False
318318
interactive_shell = ""

setup.py

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

4242
setup(
4343
name = 'scapy',
44-
version = '2.1.0-dev',
44+
version = '2.1.1',
4545
packages=['scapy','scapy/arch', 'scapy/arch/windows', 'scapy/layers','scapy/asn1','scapy/tools','scapy/modules', 'scapy/crypto'],
4646
scripts = SCRIPTS,
4747
data_files = [('share/man/man1', ["doc/scapy.1.gz"])],

0 commit comments

Comments
 (0)