Skip to content

Commit 19e929b

Browse files
author
Martin Gallo
committed
Bump to new dev version
1 parent 81d838f commit 19e929b

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

.appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# AppVeyor configuration based on https://github.com/guedou/scapy-appveyor/blob/master/appveyor.yml
22

3-
version: "v0.1.12-{build}"
3+
version: "v0.1.13.dev0-{build}"
44

55
environment:
66

ChangeLog.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changelog
22
=========
33

4+
v0.1.13 - XXXX-XX-XX
5+
--------------------
6+
7+
48
v0.1.12 - 2016-12-16
59
--------------------
610

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pysap - Python library for crafting SAP's network protocols packets
1010

1111
Copyright (C) 2012-2016 by Martin Gallo, Core Security
1212

13-
Version 0.1.12 (December 2016)
13+
Version 0.1.13.dev0 (XXX 201X)
1414

1515

1616
Overview

pysap/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
__title__ = 'pysap'
6262
"""The title of the library"""
6363

64-
__version__ = '0.1.12'
64+
__version__ = '0.1.13.dev0'
6565
"""The version of pysap"""
6666

6767
__url__ = "https://www.coresecurity.com/corelabs-research/open-source-tools/pysap"

0 commit comments

Comments
 (0)