Skip to content

Commit bf7191a

Browse files
committed
Fix typos. Prepare for 0.4.0
1 parent a357023 commit bf7191a

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

HISTORY.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
History
44
-------
55

6-
0.4.0 (2016-XX-XX)
6+
0.4.0 (2016-05-23)
77
++++++++++++++++++
88

99
* Added support for the minFraud Factors.

minfraud/models.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -552,16 +552,16 @@ class Subscores(object):
552552
.. attribute:: billing_address_distance_to_ip_location
553553
554554
The risk associated with the distance between the billing address and
555-
the IP location for the given IP address. If present, this is a value
556-
in the range 0.01 to 99.
555+
the location for the given IP address. If present, this is a value in
556+
the range 0.01 to 99.
557557
558558
:type: float | None
559559
560560
.. attribute:: browser
561561
562562
The risk associated with the browser attributes such as the User-Agent
563-
and Accept-Language AVS result. If present, this is a value
564-
in the range 0.01 to 99.
563+
and Accept-Language. If present, this is a value in the range 0.01 to
564+
99.
565565
566566
:type: float | None
567567
@@ -648,9 +648,9 @@ class Subscores(object):
648648
649649
.. attribute:: shipping_address_distance_to_ip_location
650650
651-
The risk associated with the distance between the billing address and
652-
the IP location for the given IP address. If present, this is a value
653-
in the range 0.01 to 99.
651+
The risk associated with the distance between the shipping address and
652+
the location for the given IP address. If present, this is a value in
653+
the range 0.01 to 99.
654654
655655
:type: float | None
656656

minfraud/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Internal module for version (to prevent cyclic imports)"""
2-
__version__ = '0.3.0'
2+
__version__ = '0.4.0'

0 commit comments

Comments
 (0)