Skip to content

Commit be5e1ee

Browse files
author
Martin Gallo
committed
Releasing version 0.1.16
1 parent bc727d3 commit be5e1ee

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.appveyor.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

55
environment:
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

ChangeLog.md

+1-1
Original file line numberDiff line numberDiff 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.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pysap - Python library for crafting SAP's network protocols packets
99

1010
Copyright (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

1515
Overview

pysap/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
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"

0 commit comments

Comments
 (0)