Skip to content

Commit 4b0dd0a

Browse files
committed
updated package for v0.6.2
1 parent 90f200b commit 4b0dd0a

3 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGES.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
v0.6.2, 03/01/2015 -- Fixed a few bugs
2+
- bulk fix for issues 37, 41, 42, 43, 44, 46
3+
- added cpe_list method
4+
- added elasticsearch example code
5+
v0.6.1, 29/06/2014 -- Added full support for python 3.X
6+
- python now supports python 2.6, 2.7, 3.3, 3.4
17
v0.5.1, 26/05/2014 -- Added basic API for class CPE
28
- interface similar to python-cpe for more
39
advanced usage of CPE, I strongly recommend you

MANIFEST

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ libnmap/objects/service.py
2929
libnmap/plugins/__init__.py
3030
libnmap/plugins/backendplugin.py
3131
libnmap/plugins/backendpluginFactory.py
32+
libnmap/plugins/es.py
3233
libnmap/plugins/mongodb.py
3334
libnmap/plugins/s3.py
3435
libnmap/plugins/sql.py

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name='python-libnmap',
9-
version='0.6.1',
9+
version='0.6.2',
1010
author='Ronald Bister',
1111
author_email='mini.pelle@gmail.com',
1212
packages=['libnmap', 'libnmap.plugins', 'libnmap.objects'],

0 commit comments

Comments
 (0)