File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 3
3
History
4
4
-------
5
5
6
+ 2.0.1 (2020-07-21)
7
+ ++++++++++++++++++
8
+
9
+ * Minor documentation fix.
10
+
6
11
2.0.0 (2020-07-21)
7
- +++++++++++++++++++
12
+ ++++++++++++++++++
8
13
9
14
* IMPORTANT: Python 2.7 and 3.5 support has been dropped. Python 3.6 or greater
10
15
is required.
Original file line number Diff line number Diff line change @@ -266,6 +266,7 @@ Report Transactions Example
266
266
For synchronous reporting:
267
267
268
268
.. code-block :: pycon
269
+
269
270
>>> from minfraud import Client
270
271
>>>
271
272
>>> with Client(42, 'licensekey') as client
@@ -279,6 +280,7 @@ For synchronous reporting:
279
280
For asynchronous reporting:
280
281
281
282
.. code-block :: pycon
283
+
282
284
>>> import asyncio
283
285
>>> from minfraud import AsyncClient
284
286
>>>
You can’t perform that action at this time.
0 commit comments