Skip to content

Commit

Permalink
Fix typos. Prepare for 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed May 23, 2016
1 parent a357023 commit bf7191a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
History
-------

0.4.0 (2016-XX-XX)
0.4.0 (2016-05-23)
++++++++++++++++++

* Added support for the minFraud Factors.
Expand Down
14 changes: 7 additions & 7 deletions minfraud/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -552,16 +552,16 @@ class Subscores(object):
.. attribute:: billing_address_distance_to_ip_location
The risk associated with the distance between the billing address and
the IP location for the given IP address. If present, this is a value
in the range 0.01 to 99.
the location for the given IP address. If present, this is a value in
the range 0.01 to 99.
:type: float | None
.. attribute:: browser
The risk associated with the browser attributes such as the User-Agent
and Accept-Language AVS result. If present, this is a value
in the range 0.01 to 99.
and Accept-Language. If present, this is a value in the range 0.01 to
99.
:type: float | None
Expand Down Expand Up @@ -648,9 +648,9 @@ class Subscores(object):
.. attribute:: shipping_address_distance_to_ip_location
The risk associated with the distance between the billing address and
the IP location for the given IP address. If present, this is a value
in the range 0.01 to 99.
The risk associated with the distance between the shipping address and
the location for the given IP address. If present, this is a value in
the range 0.01 to 99.
:type: float | None
Expand Down
2 changes: 1 addition & 1 deletion minfraud/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Internal module for version (to prevent cyclic imports)"""
__version__ = '0.3.0'
__version__ = '0.4.0'

0 comments on commit bf7191a

Please sign in to comment.