Skip to content

Commit 8d17a87

Browse files
author
Martin Gallo
committed
Releasing version 0.1.13
1 parent 716920b commit 8d17a87

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.14.dev0-{build}"
3+
version: "v0.1.14-{build}"
44

55
environment:
66

ChangeLog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Changelog
22
=========
33

44

5-
v0.1.14 - XXXX-XX-XX
5+
v0.1.14 - 2017-10-04
66
--------------------
77

88
- Added initial support for handling SNC frames and some of their fields.

README.md

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

1010
Copyright (C) 2012-2017 by Martin Gallo, Core Security
1111

12-
Version 0.1.14.dev0 (XXX 2017)
12+
Version 0.1.14 (October 2017)
1313

1414

1515
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.14.dev0'
64+
__version__ = '0.1.14'
6565
"""The version of pysap"""
6666

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

0 commit comments

Comments
 (0)