Skip to content

Commit

Permalink
Changelog and version number update
Browse files Browse the repository at this point in the history
  • Loading branch information
asolino committed Jun 17, 2018
1 parent 11361b4 commit 81fb70c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2018-06-17 Alberto Solino <asolino@coresecurity.com>
* Version 0.11.4 tagged with the following changes
* bpfobject support get_bpf method (by @palaviv)
* Monitor mode support & missing methods fix (by @gpotter2)
* Documentation update (@gpotter2)

2018-03-26 Alberto Solino <asolino@coresecurity.com>
* Version 0.11.2 tagged with the following substantial changes (since version 0.11.11):
* Exporting pcap_get_selectable_fd as getfd (by @geekhckr)
Expand Down
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# $Id: setup.py 47 2010-08-25 19:07:28Z aweil $

import sys
import os
import glob
Expand Down Expand Up @@ -70,7 +68,7 @@ def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()

setup(name=PACKAGE_NAME,
version="0.11.3",
version="0.11.4",
url="https://github.com/CoreSecurity/pcapy",
author="CORE Security",
author_email="oss@coresecurity.com",
Expand Down

0 comments on commit 81fb70c

Please sign in to comment.