Commit 81d838f Martin Gallo
committed
1 parent 7c98ae1 commit 81d838f Copy full SHA for 81d838f
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.12-dev0- {build}"
3
+ version : " v0.1.12-{build}"
4
4
5
5
environment :
6
6
Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
- v0.1.12 - XXXX-XX-XX
4
+ v0.1.12 - 2016-12-16
5
5
--------------------
6
6
7
7
- Using Scapy version 2.3.3.
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ pysap - Python library for crafting SAP's network protocols packets
10
10
11
11
Copyright (C) 2012-2016 by Martin Gallo, Core Security
12
12
13
- Version 0.1.12.dev0 (XXX 2016)
13
+ Version 0.1.12 (December 2016)
14
14
15
15
16
16
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.12.dev0 '
64
+ __version__ = '0.1.12'
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