File tree Expand file tree Collapse file tree 4 files changed +9
-13
lines changed Expand file tree Collapse file tree 4 files changed +9
-13
lines changed Original file line number Diff line number Diff line change 33 History
44-------
55
6- 0.5.1
6+ 1.0.0 (2016-09-15)
77++++++++++++++++++
88
99* Added the following new values to the ``/payment/processor `` validation:
Original file line number Diff line number Diff line change 22minFraud Score, Insights, and Factors 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, Insights, and
12- Factors in our `What's New documentation
13- <https://dev.maxmind.com/minfraud/whats-new-in-minfraud-score-and-minfraud-insights/> `_.
14-
155Description
166-----------
177
@@ -34,6 +24,12 @@ source directory:
3424
3525 $ easy_install .
3626
27+ Documentation
28+ -------------
29+
30+ Complete API documentation is available on `Read the Docs
31+ <http://minfraud.readthedocs.io/> `_.
32+
3733Usage
3834-----
3935
Original file line number Diff line number Diff line change 11"""Internal module for version (to prevent cyclic imports)"""
2- __version__ = '0.5 .0'
2+ __version__ = '1.0 .0'
Original file line number Diff line number Diff line change 4545 tests_require = ['requests_mock' ],
4646 test_suite = "tests" ,
4747 license = 'Apache License 2.0 ' ,
48- classifiers = ('Development Status :: 4 - Beta ' ,
48+ classifiers = ('Development Status :: 5 - Production/Stable ' ,
4949 'Environment :: Web Environment' ,
5050 'Intended Audience :: Developers' ,
5151 'License :: OSI Approved :: Apache Software License' ,
You can’t perform that action at this time.
0 commit comments