Skip to content

Commit 26da4d6

Browse files
author
Martin Gallo
committed
Releasing version 0.1.9
1 parent 4194cca commit 26da4d6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pysap - Python library for crafting SAP's network protocols packets
88

99
Copyright (C) 2012-2016 by Martin Gallo, Core Security
1010

11-
Version 0.1.9.dev0 (XXX 2016)
11+
Version 0.1.9 (February 2016)
1212

1313

1414
Overview

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
# General information about the project.
5050
project = u'pysap'
51-
copyright = u'2015, Martin Gallo, Core Security'
51+
copyright = u'2016, Martin Gallo, Core Security'
5252

5353
# The version info for the project you're documenting, acts as replacement for
5454
# |version| and |release|, also used in various other places throughout the
@@ -245,7 +245,7 @@
245245
# dir menu entry, description, category)
246246
texinfo_documents = [
247247
('index', 'pysap', u'pysap Documentation',
248-
u'Martin Gallo, Core Security', 'pysap', 'One line description of project.',
248+
u'Martin Gallo, Core Security', 'pysap', 'Python library for crafting SAP\'s network protocols packets',
249249
'Miscellaneous'),
250250
]
251251

pysap/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@
5050
* Example scripts to illustrate the use of the different modules and protocols.
5151
5252
53-
:copyright: (c) 2015 by Martin Gallo, Core Security.
53+
:copyright: (c) 2016 by Martin Gallo, Core Security.
5454
:license: GNU General Public License v2 or later (GPLv2+).
5555
"""
5656

5757
__title__ = 'pysap'
5858
"""The title of the library"""
5959

60-
__version__ = '0.1.9.dev0'
60+
__version__ = '0.1.9'
6161
"""The version of pysap"""
6262

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

0 commit comments

Comments
 (0)