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

Commit 5169f67

Browse files
committed
2.10.1 release (now signed by mahtin@mahtin.com)
1 parent 0d831d8 commit 5169f67

5 files changed

Lines changed: 22 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
- 2022-10-02 08:33:06 -0700 [0d831d8](../../commit/0d831d814dc0c51a96ed57f38a237c71f050f096) Merge pull request #149 from huangsen365/patch-1
4+
- 2022-10-01 22:06:39 +0800 [515dff2](../../commit/515dff27959331a7cc41be572006e78db83ca61b) Update example_dns_export.py
5+
- 2022-09-30 10:05:42 -0700 [e5ebd91](../../commit/e5ebd91d85ac9e9dad3fa078447d64217c247941) /radar API added
6+
- 2022-09-14 17:55:28 -0700 [96747e2](../../commit/96747e20f286f23c9c8fc03b893c8c9bf85b1881) better messages
7+
- 2022-09-14 17:47:32 -0700 [4f63908](../../commit/4f63908cdbe722efd84ec75f682fb120656809af) do something useful with api listing
8+
- 2022-09-14 12:30:03 -0700 [4d7962d](../../commit/4d7962d599142747d817b81f388d6829fd81a4e9) issue 148 example
9+
- 2022-09-09 09:20:34 -0700 [75649ed](../../commit/75649edeff796c01154fba7dfa065cec7317b9f5) more api calls - web3 stuff
10+
- 2022-09-09 09:14:00 -0700 [d4a3cfe](../../commit/d4a3cfe565deed150f0043ddca2e6883aa088ce4) cleaned up error exit processing - because it was not correct
11+
- 2022-09-07 16:47:59 -0700 [b15d20c](../../commit/b15d20c9a590d93351415bb8bc9e0bdbfeec5dff) CHANGELOG.md pushed to github
312
- 2022-09-07 16:47:42 -0700 [475022a](../../commit/475022ab2470d29719dad0112f7b92a88ea710cf) 2.10.1 release
413
- 2022-09-07 16:40:59 -0700 [1f433ac](../../commit/1f433acee99a9128fe53e5099018e8f9baf8c3db) handle exceptions
514
- 2022-09-07 16:40:34 -0700 [a28a13e](../../commit/a28a13e8312c98c3824dc2c50c551ebacb563d25) handle email/key or token as per issue-114, plus fix some small issues with exception handling

CloudFlare/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
""" Cloudflare v4 API"""
22
from __future__ import absolute_import
33

4-
__version__ = '2.10.1'
4+
__version__ = '2.10.2'
55

66
from .cloudflare import CloudFlare
77

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ PYTHON = python
33
PANDOC = pandoc
44
PYLINT = pylint
55

6+
#EMAIL = "martin@cloudflare.com"
67
EMAIL = "mahtin@mahtin.com"
7-
EMAIL = "martin@cloudflare.com"
88
NAME = "cloudflare"
99

1010
all: README.rst CHANGELOG.md build

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1215,6 +1215,10 @@ As of January 2020 the code is shipped up to pypi with Python2 support removed.
12151215

12161216
As of January 2020 the code is Python3.8 clean. The new `SyntaxWarning` messages (i.e. `SyntaxWarning: "is" with a literal. Did you mean "=="?`) meant minor edits were needed.
12171217

1218+
## pypi and GitHub signed releases
1219+
1220+
As of October/2022, the code is signed by the maintainers personal email address: `mahtin@mahtin.com` `7EA1 39C4 0C1C 842F 9D41 AAF9 4A34 925D 0517 2859`
1221+
12181222
## Credit
12191223

12201224
This is based on work by [Felix Wong (gnowxilef)](https://github.com/gnowxilef) found [here](https://github.com/cloudflare-api/python-cloudflare-v4).
@@ -1226,4 +1230,4 @@ An automatically generated CHANGELOG is provided [here](CHANGELOG.md).
12261230

12271231
## Copyright
12281232

1229-
Portions copyright [Felix Wong (gnowxilef)](https://github.com/gnowxilef) 2015 and Cloudflare 2016.
1233+
Portions copyright [Felix Wong (gnowxilef)](https://github.com/gnowxilef) 2015 and Cloudflare 2016 & 2022.

README.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1233,6 +1233,11 @@ As of January 2020 the code is shipped up to pypi with Python2 support removed.
12331233

12341234
As of January 2020 the code is Python3.8 clean. The new ``SyntaxWarning`` messages (i.e. ``SyntaxWarning: "is" with a literal. Did you mean "=="?``) meant minor edits were needed.
12351235

1236+
pypi and GitHub signed releases
1237+
-------------------------------
1238+
1239+
As of October/2022, the code is signed by the maintainers personal email address: ``mahtin@mahtin.com`` ``7EA1 39C4 0C1C 842F 9D41 AAF9 4A34 925D 0517 2859``
1240+
12361241
Credit
12371242
------
12381243

@@ -1246,4 +1251,4 @@ An automatically generated CHANGELOG is provided `here <CHANGELOG.md>`__.
12461251
Copyright
12471252
---------
12481253

1249-
Portions copyright `Felix Wong (gnowxilef) <https://github.com/gnowxilef>`__ 2015 and Cloudflare 2016.
1254+
Portions copyright `Felix Wong (gnowxilef) <https://github.com/gnowxilef>`__ 2015 and Cloudflare 2016 & 2022.

0 commit comments

Comments
 (0)