File tree Expand file tree Collapse file tree 4 files changed +17
-4
lines changed
Expand file tree Collapse file tree 4 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 5555- Help centre article creation parameter to squelch notifications to subscribers
5656
5757### Removed
58+
59+ ## [ 2.0.53] - 2024-09-12
60+
61+ ### Added
62+ - Added warning when using password, or error based on configuration
63+
64+ ### Fixed
65+ - Fixed issue https://github.com/facetoe/zenpy/issues/651
66+
67+ ### Changed
68+ - ZenPy initializer will emit warning or error based on constructor configuration
69+
70+ ### Removed
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project]
66name = "zenpy"
7- version = "2.0.52 "
7+ version = "2.0.53 "
88authors = [
99 { name="William Coe", email="
[email protected] " },
1010]
Original file line number Diff line number Diff line change 77setup (
88 name = 'zenpy' ,
99 packages = setuptools .find_packages (),
10- version = '2.0.52 ' ,
10+ version = '2.0.53 ' ,
1111 description = 'Python wrapper for the Zendesk API' ,
1212 long_description = long_description ,
1313 long_description_content_type = 'text/markdown' ,
1616 author = 'Face Toe' ,
17171818 url = 'https://github.com/facetoe/zenpy' ,
19- download_url = 'https://github.com/facetoe/zenpy/releases/tag/2.0.52 ' ,
19+ download_url = 'https://github.com/facetoe/zenpy/releases/tag/2.0.53 ' ,
2020 install_requires = [
2121 'requests>=2.14.2' ,
2222 'python-dateutil>=2.7.5' ,
Original file line number Diff line number Diff line change 6060log = logging .getLogger ()
6161
6262__author__ = "facetoe"
63- __version__ = "2.0.52 "
63+ __version__ = "2.0.53 "
6464
6565
6666class Zenpy (object ):
You can’t perform that action at this time.
0 commit comments