Skip to content

Commit c6c985c

Browse files
committed
Prepare for 1.0.0
1 parent 3497fc8 commit c6c985c

File tree

4 files changed

+9
-13
lines changed

4 files changed

+9
-13
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.5.1
6+
1.0.0 (2016-09-15)
77
++++++++++++++++++
88

99
* Added the following new values to the ``/payment/processor`` validation:

README.rst

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,6 @@
22
minFraud 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-
155
Description
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+
3733
Usage
3834
-----
3935

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.5.0'
2+
__version__ = '1.0.0'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
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',

0 commit comments

Comments
 (0)