Commit 8d17a87 Martin Gallo
committed
1 parent 716920b commit 8d17a87 Copy full SHA for 8d17a87
File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
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.14.dev0 -{build}"
3
+ version : " v0.1.14-{build}"
4
4
5
5
environment :
6
6
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Changelog
2
2
=========
3
3
4
4
5
- v0.1.14 - XXXX-XX-XX
5
+ v0.1.14 - 2017-10-04
6
6
--------------------
7
7
8
8
- Added initial support for handling SNC frames and some of their fields.
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-2017 by Martin Gallo, Core Security
11
11
12
- Version 0.1.14.dev0 (XXX 2017)
12
+ Version 0.1.14 (October 2017)
13
13
14
14
15
15
Overview
Original file line number Diff line number Diff line change 61
61
__title__ = 'pysap'
62
62
"""The title of the library"""
63
63
64
- __version__ = '0.1.14.dev0 '
64
+ __version__ = '0.1.14'
65
65
"""The version of pysap"""
66
66
67
67
__url__ = "https://www.coresecurity.com/corelabs-research/open-source-tools/pysap"
You can’t perform that action at this time.
0 commit comments