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 33 History
44-------
55
6+ 2.0.1 (2020-07-21)
7+ ++++++++++++++++++
8+
9+ * Minor documentation fix.
10+
6112.0.0 (2020-07-21)
7- +++++++++++++++++++
12+ ++++++++++++++++++
813
914* IMPORTANT: Python 2.7 and 3.5 support has been dropped. Python 3.6 or greater
1015 is required.
Original file line number Diff line number Diff line change @@ -266,6 +266,7 @@ Report Transactions Example
266266For synchronous reporting:
267267
268268.. code-block :: pycon
269+
269270 >>> from minfraud import Client
270271 >>>
271272 >>> with Client(42, 'licensekey') as client
@@ -279,6 +280,7 @@ For synchronous reporting:
279280 For asynchronous reporting:
280281
281282.. code-block :: pycon
283+
282284 >>> import asyncio
283285 >>> from minfraud import AsyncClient
284286 >>>
You can’t perform that action at this time.
0 commit comments