Skip to content

Commit

Permalink
Release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phil777 committed Feb 28, 2011
1 parent 770bb9f commit 1e842e1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/scapy/conf.py
Expand Up @@ -42,9 +42,9 @@
# other places throughout the built documents.
#
# The short X.Y version.
version = '2.1.1'
version = '2.2.0'
# The full version, including alpha/beta/rc tags.
release = '2.1.1-dev'
release = '2.2.0'

# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
Expand Down
2 changes: 1 addition & 1 deletion scapy/config.py
Expand Up @@ -316,7 +316,7 @@ class Conf(ConfClass):
AS_resolver: choose the AS resolver class to use
extensions_paths: path or list of paths where extensions are to be looked for
"""
version = "2.1.1-dev"
version = "2.2.0"
session = ""
interactive = False
interactive_shell = ""
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -46,7 +46,7 @@ def make_ezipfile(base_name, base_dir, verbose=0, dry_run=0):

setup(
name = 'scapy',
version = '2.1.1-dev',
version = '2.2.0',
packages=['scapy','scapy/arch', 'scapy/arch/windows', 'scapy/layers','scapy/asn1','scapy/tools','scapy/modules', 'scapy/crypto'],
scripts = SCRIPTS,
data_files = [('share/man/man1', ["doc/scapy.1.gz"])],
Expand Down

0 comments on commit 1e842e1

Please sign in to comment.