Skip to content

Commit

Permalink
Merge pull request #669 from facetoe/version_2_0_56_bump
Browse files Browse the repository at this point in the history
bumps to 2.0.56
  • Loading branch information
cryptomail authored Nov 21, 2024
2 parents 7cdec00 + cf391cd commit 878cde8
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,16 @@
- ZenPy JIRA Links API now works on writes and base class supports singular/plural object deserialization.

### Removed

## [2.0.56] - 2024-11-20

### Added
-

### Fixed
- Fixed issue https://github.com/facetoe/zenpy/issues/668

### Changed
- Updates error message and build process and documentation of that build process.

### Removed
2 changes: 1 addition & 1 deletion pyproject.toml.XXX
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "zenpy"
version = "2.0.55"
version = "2.0.56"
authors = [
{ name="William Coe", email="facetoe@facetoe.com.au" },
]
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
setup(
name='zenpy',
packages=setuptools.find_packages(),
version='2.0.55',
version='2.0.56',
description='Python wrapper for the Zendesk API',
long_description=long_description,
long_description_content_type='text/markdown',
Expand All @@ -16,7 +16,7 @@
author='Face Toe',
author_email='facetoe@facetoe.com.au',
url='https://github.com/facetoe/zenpy',
download_url='https://github.com/facetoe/zenpy/releases/tag/2.0.55',
download_url='https://github.com/facetoe/zenpy/releases/tag/2.0.56',
install_requires=[
'requests>=2.14.2',
'python-dateutil>=2.7.5',
Expand Down
2 changes: 1 addition & 1 deletion zenpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
log = logging.getLogger()

__author__ = "facetoe"
__version__ = "2.0.55"
__version__ = "2.0.56"


class Zenpy(object):
Expand Down

0 comments on commit 878cde8

Please sign in to comment.