We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a458d9f commit 07fd539Copy full SHA for 07fd539
2 files changed
HISTORY.rst
@@ -3,8 +3,13 @@
3
History
4
-------
5
6
+2.0.1 (2020-07-21)
7
+++++++++++++++++++
8
+
9
+* Minor documentation fix.
10
11
2.0.0 (2020-07-21)
-+++++++++++++++++++
12
13
14
* IMPORTANT: Python 2.7 and 3.5 support has been dropped. Python 3.6 or greater
15
is required.
README.rst
@@ -266,6 +266,7 @@ Report Transactions Example
266
For synchronous reporting:
267
268
.. code-block:: pycon
269
270
>>> from minfraud import Client
271
>>>
272
>>> with Client(42, 'licensekey') as client
@@ -279,6 +280,7 @@ For synchronous reporting:
279
280
For asynchronous reporting:
281
282
283
284
>>> import asyncio
285
>>> from minfraud import AsyncClient
286
0 commit comments