Skip to content

Commit

Permalink
Merge pull request #59 from secynic/dev
Browse files Browse the repository at this point in the history
0.10.1
  • Loading branch information
secynic committed Feb 10, 2015
2 parents 157c6c7 + 408bddf commit b422f04
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

0.10.1 (2015-02-09)
-------------------

- Fixed setup.py bug.

0.10.0 (2015-02-09)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion ipwhois/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE.

__version__ = '0.10.0'
__version__ = '0.10.1'

from .ipwhois import (IPWhois, IPDefinedError, ASNLookupError,
ASNRegistryError, WhoisLookupError, HostLookupError,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import io

NAME = 'ipwhois'
VERSION = '0.10.0'
VERSION = '0.10.1'
AUTHOR = "Philip Hane"
AUTHOR_EMAIL = "secynic AT gmail DOT com"
DESCRIPTION = "IP Whois Resolution and Parsing"
Expand Down

0 comments on commit b422f04

Please sign in to comment.