Commit e42a1ce Martin Gallo
committed
1 parent e0fdb3f commit e42a1ce Copy full SHA for e42a1ce
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.15.dev0 -{build}"
3
+ version : " v0.1.15-{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.15 - 2018-XX-XX
5
+ v0.1.15 - 2018-03-27
6
6
--------------------
7
7
8
8
- Version released at Troopers'18
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.15.dev0 (XXX 2017 )
12
+ Version 0.1.15 (March 2018 )
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.15.dev0 '
64
+ __version__ = '0.1.15'
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