File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# AppVeyor configuration based on https://github.com/guedou/scapy-appveyor/blob/master/appveyor.yml
22
3- version : " v0.1.16.dev0 -{build}"
3+ version : " v0.1.16-{build}"
44
55environment :
66
@@ -21,7 +21,7 @@ install:
2121 # Set path
2222 - " SET PATH=%APPVEYOR_BUILD_FOLDER%;%PYTHON%;%PYTHON%\\ Scripts;%PATH%"
2323 - " SET PYTHONPATH=%APPVEYOR_BUILD_FOLDER%;%PYTHON%\\ Lib\\ site-packages;%PYTHONPATH%"
24-
24+
2525 # Install whell for building
2626 - " %PYTHON%\\ python.exe -m pip install wheel"
2727
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Changelog
22=========
33
44
5- v0.1.16 - 2018-XX-XX
5+ v0.1.16 - 2018-06-19
66--------------------
77
88- Using Scapy version 2.4.0.
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ pysap - Python library for crafting SAP's network protocols packets
99
1010Copyright (C) 2012-2018 by Martin Gallo, Core Security
1111
12- Version 0.1.16.dev0 (XXX 2018)
12+ Version 0.1.16 (June 2018)
1313
1414
1515Overview
Original file line number Diff line number Diff line change 6565__title__ = 'pysap'
6666"""The title of the library"""
6767
68- __version__ = '0.1.16.dev0 '
68+ __version__ = '0.1.16'
6969"""The version of pysap"""
7070
7171__url__ = "https://www.coresecurity.com/corelabs-research/open-source-tools/pysap"
You can’t perform that action at this time.
0 commit comments