File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# AppVeyor configuration based on https://github.com/guedou/scapy-appveyor/blob/master/appveyor.yml
22
3- version : " v0.1.12-dev0- {build}"
3+ version : " v0.1.12-{build}"
44
55environment :
66
Original file line number Diff line number Diff line change 11Changelog
22=========
33
4- v0.1.12 - XXXX-XX-XX
4+ v0.1.12 - 2016-12-16
55--------------------
66
77- 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
1010
1111Copyright (C) 2012-2016 by Martin Gallo, Core Security
1212
13- Version 0.1.12.dev0 (XXX 2016)
13+ Version 0.1.12 (December 2016)
1414
1515
1616Overview
Original file line number Diff line number Diff line change 6161__title__ = 'pysap'
6262"""The title of the library"""
6363
64- __version__ = '0.1.12.dev0 '
64+ __version__ = '0.1.12'
6565"""The version of pysap"""
6666
6767__url__ = "https://www.coresecurity.com/corelabs-research/open-source-tools/pysap"
You can’t perform that action at this time.
0 commit comments