Commit 19e929b Martin Gallo
committed
1 parent 81d838f commit 19e929b Copy full SHA for 19e929b
File tree 4 files changed +7
-3
lines changed
4 files changed +7
-3
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 -{build}"
3
+ version : " v0.1.13.dev0 -{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.13 - XXXX-XX-XX
5
+ --------------------
6
+
7
+
4
8
v0.1.12 - 2016-12-16
5
9
--------------------
6
10
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 (December 2016 )
13
+ Version 0.1.13.dev0 (XXX 201X )
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 '
64
+ __version__ = '0.1.13.dev0 '
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