Commit be5e1ee Martin Gallo
committed
1 parent bc727d3 commit be5e1ee Copy full SHA for be5e1ee
File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# AppVeyor configuration based on https://github.com/guedou/scapy-appveyor/blob/master/appveyor.yml
2
2
3
- version : " v0.1.16.dev0 -{build}"
3
+ version : " v0.1.16-{build}"
4
4
5
5
environment :
6
6
@@ -21,7 +21,7 @@ install:
21
21
# Set path
22
22
- " SET PATH=%APPVEYOR_BUILD_FOLDER%;%PYTHON%;%PYTHON%\\ Scripts;%PATH%"
23
23
- " SET PYTHONPATH=%APPVEYOR_BUILD_FOLDER%;%PYTHON%\\ Lib\\ site-packages;%PYTHONPATH%"
24
-
24
+
25
25
# Install whell for building
26
26
- " %PYTHON%\\ python.exe -m pip install wheel"
27
27
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Changelog
2
2
=========
3
3
4
4
5
- v0.1.16 - 2018-XX-XX
5
+ v0.1.16 - 2018-06-19
6
6
--------------------
7
7
8
8
- 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
9
9
10
10
Copyright (C) 2012-2018 by Martin Gallo, Core Security
11
11
12
- Version 0.1.16.dev0 (XXX 2018)
12
+ Version 0.1.16 (June 2018)
13
13
14
14
15
15
Overview
Original file line number Diff line number Diff line change 65
65
__title__ = 'pysap'
66
66
"""The title of the library"""
67
67
68
- __version__ = '0.1.16.dev0 '
68
+ __version__ = '0.1.16'
69
69
"""The version of pysap"""
70
70
71
71
__url__ = "https://www.coresecurity.com/corelabs-research/open-source-tools/pysap"
You can’t perform that action at this time.
0 commit comments