Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit f060792

Browse files
committed
Fixed docs and bumped version to 1.1.3
1 parent eec307f commit f060792

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

CloudFlare/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
from cloudflare import CloudFlare
44

5-
__version__ = '1.1.2'
5+
__version__ = '1.1.3'

README.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,11 +149,13 @@ Using configuration file to store email and keys
149149
[CloudFlare]
150150
email = user@example.com
151151
token = 00000000000000000000000000000000
152-
certoken = v1.0-...
152+
certtoken = v1.0-...
153+
extras =
153154
$
154155
155156
The *CF\_API\_CERTKEY* or *certtoken* values are used for the Origin-CA
156-
*/certificates* API calls.
157+
*/certificates* API calls. At the time of being, you must leave extras
158+
in the configuration, the value can be left blank.
157159

158160
Included example code
159161
---------------------

0 commit comments

Comments
 (0)