Skip to content

Commit

Permalink
2.10.1 release (now signed by mahtin@mahtin.com)
Browse files Browse the repository at this point in the history
  • Loading branch information
mahtin committed Oct 2, 2022
1 parent 0d831d8 commit 5169f67
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

- 2022-10-02 08:33:06 -0700 [0d831d8](../../commit/0d831d814dc0c51a96ed57f38a237c71f050f096) Merge pull request #149 from huangsen365/patch-1
- 2022-10-01 22:06:39 +0800 [515dff2](../../commit/515dff27959331a7cc41be572006e78db83ca61b) Update example_dns_export.py
- 2022-09-30 10:05:42 -0700 [e5ebd91](../../commit/e5ebd91d85ac9e9dad3fa078447d64217c247941) /radar API added
- 2022-09-14 17:55:28 -0700 [96747e2](../../commit/96747e20f286f23c9c8fc03b893c8c9bf85b1881) better messages
- 2022-09-14 17:47:32 -0700 [4f63908](../../commit/4f63908cdbe722efd84ec75f682fb120656809af) do something useful with api listing
- 2022-09-14 12:30:03 -0700 [4d7962d](../../commit/4d7962d599142747d817b81f388d6829fd81a4e9) issue 148 example
- 2022-09-09 09:20:34 -0700 [75649ed](../../commit/75649edeff796c01154fba7dfa065cec7317b9f5) more api calls - web3 stuff
- 2022-09-09 09:14:00 -0700 [d4a3cfe](../../commit/d4a3cfe565deed150f0043ddca2e6883aa088ce4) cleaned up error exit processing - because it was not correct
- 2022-09-07 16:47:59 -0700 [b15d20c](../../commit/b15d20c9a590d93351415bb8bc9e0bdbfeec5dff) CHANGELOG.md pushed to github
- 2022-09-07 16:47:42 -0700 [475022a](../../commit/475022ab2470d29719dad0112f7b92a88ea710cf) 2.10.1 release
- 2022-09-07 16:40:59 -0700 [1f433ac](../../commit/1f433acee99a9128fe53e5099018e8f9baf8c3db) handle exceptions
- 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
Expand Down
2 changes: 1 addition & 1 deletion CloudFlare/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
""" Cloudflare v4 API"""
from __future__ import absolute_import

__version__ = '2.10.1'
__version__ = '2.10.2'

from .cloudflare import CloudFlare

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ PYTHON = python
PANDOC = pandoc
PYLINT = pylint

#EMAIL = "martin@cloudflare.com"
EMAIL = "mahtin@mahtin.com"
EMAIL = "martin@cloudflare.com"
NAME = "cloudflare"

all: README.rst CHANGELOG.md build
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1215,6 +1215,10 @@ As of January 2020 the code is shipped up to pypi with Python2 support removed.

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.

## pypi and GitHub signed releases

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`

## Credit

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

## Copyright

Portions copyright [Felix Wong (gnowxilef)](https://github.com/gnowxilef) 2015 and Cloudflare 2016.
Portions copyright [Felix Wong (gnowxilef)](https://github.com/gnowxilef) 2015 and Cloudflare 2016 & 2022.
7 changes: 6 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1233,6 +1233,11 @@ As of January 2020 the code is shipped up to pypi with Python2 support removed.

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.

pypi and GitHub signed releases
-------------------------------

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``

Credit
------

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

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

0 comments on commit 5169f67

Please sign in to comment.