Skip to content

Commit

Permalink
version bump.
Browse files Browse the repository at this point in the history
and some minor updates and refines.
  • Loading branch information
lxyu committed Aug 5, 2014
1 parent cef14ce commit 754c640
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGES → CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
17MonIP Changelog
=================

Version 0.2.2
-------------

Released on August 5, 2014.

- update dat version to 20140804
- update tests and docs


Version 0.2.1
-------------

Expand Down
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
include README.rst
include CHANGES
include CHANGES.rst
9 changes: 8 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ IP search based on 17mon.cn, the best IP database for china.

Source: http://tool.17mon.cn


Install
-------

Expand All @@ -39,6 +40,12 @@ CMD Util
.. code:: bash
$ iploc ele.me
中国 北京
中国 北京 北京
$ iploc aliyun.com
中国 浙江 杭州
Changelog
---------

https://github.com/lxyu/17monip/blob/master/CHANGES.rst
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
from setuptools import setup

dev_requires = [
"flake8>=2.1.0",
"pytest>=2.5.2",
"flake8>=2.2.0",
"pytest>=2.6.0",
]

setup(
name="17MonIP",
version="0.2.1",
version="0.2.2",
description="IP search based on 17mon.cn, the best IP database for China.",
author="Lx Yu",
author_email="[email protected]",
Expand Down

0 comments on commit 754c640

Please sign in to comment.