Skip to content

Commit 878cde8

Browse files
authored
Merge pull request #669 from facetoe/version_2_0_56_bump
bumps to 2.0.56
2 parents 7cdec00 + cf391cd commit 878cde8

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,16 @@
9494
- ZenPy JIRA Links API now works on writes and base class supports singular/plural object deserialization.
9595

9696
### Removed
97+
98+
## [2.0.56] - 2024-11-20
99+
100+
### Added
101+
-
102+
103+
### Fixed
104+
- Fixed issue https://github.com/facetoe/zenpy/issues/668
105+
106+
### Changed
107+
- Updates error message and build process and documentation of that build process.
108+
109+
### Removed

pyproject.toml.XXX

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "zenpy"
7-
version = "2.0.55"
7+
version = "2.0.56"
88
authors = [
99
{ name="William Coe", email="[email protected]" },
1010
]

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
setup(
88
name='zenpy',
99
packages=setuptools.find_packages(),
10-
version='2.0.55',
10+
version='2.0.56',
1111
description='Python wrapper for the Zendesk API',
1212
long_description=long_description,
1313
long_description_content_type='text/markdown',
@@ -16,7 +16,7 @@
1616
author='Face Toe',
1717
author_email='[email protected]',
1818
url='https://github.com/facetoe/zenpy',
19-
download_url='https://github.com/facetoe/zenpy/releases/tag/2.0.55',
19+
download_url='https://github.com/facetoe/zenpy/releases/tag/2.0.56',
2020
install_requires=[
2121
'requests>=2.14.2',
2222
'python-dateutil>=2.7.5',

zenpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
log = logging.getLogger()
6161

6262
__author__ = "facetoe"
63-
__version__ = "2.0.55"
63+
__version__ = "2.0.56"
6464

6565

6666
class Zenpy(object):

0 commit comments

Comments
 (0)