Skip to content

Commit 7de84af

Browse files
committed
0.1.0
1 parent b889543 commit 7de84af

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

HISTORY.rst

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

6+
0.1.0 (2015-06-29)
7+
++++++++++++++++++
8+
9+
* First beta release.
10+
611
0.0.1 (2015-06-19)
712
++++++++++++++++++
813

9-
* Initial release
14+
* Initial release.

README.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
minFraud Score and Insights Python API
33
======================================
44

5+
Beta Note
6+
---------
7+
8+
This is a beta release. The API may change before the first production
9+
release.
10+
11+
You may find information on the changes in minFraud Score and minFraud
12+
Insights in our `What's New documentation
13+
<https://dev.maxmind.com/minfraud/whats-new-in-minfraud-score-and-minfraud-insights/>`_.
14+
515
Description
616
-----------
717

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.0.1'
2+
__version__ = '0.1.0'

0 commit comments

Comments
 (0)