Skip to content

Commit

Permalink
Release 2.3.0
Browse files Browse the repository at this point in the history
--HG--
extra : amend_source : 1a8c1e39d81d3c2818f63009124ff99f7dd73a4e
  • Loading branch information
guedou committed Dec 17, 2014
1 parent 48cd056 commit 2cf360a
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
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
# other places throughout the built documents.
#
# The short X.Y version.
version = '2.2.0'
version = '2.3.0'
# The full version, including alpha/beta/rc tags.
release = '2.2.0-dev'
release = '2.3.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
Original file line number Diff line number Diff line change
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.2.0-dev"
version = "2.3.0"
session = ""
interactive = False
interactive_shell = ""
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def make_ezipfile(base_name, base_dir, verbose=0, dry_run=0):

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

0 comments on commit 2cf360a

Please sign in to comment.