Skip to content

Commit

Permalink
bump revision to 2.0.46 (#618)
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptomail authored Jan 17, 2024
1 parent 359985e commit 7bb3ff8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
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.45"
version = "2.0.46"
authors = [
{ name="William Coe", email="[email protected]" },
]
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
setup(
name='zenpy',
packages=setuptools.find_packages(),
version='2.0.45',
version='2.0.46',
description='Python wrapper for the Zendesk API',
license='GPLv3',
license_files = ('LICENSE'),
author='Face Toe',
author_email='[email protected]',
url='https://github.com/facetoe/zenpy',
download_url='https://github.com/facetoe/zenpy/releases/tag/2.0.45',
download_url='https://github.com/facetoe/zenpy/releases/tag/2.0.46',
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 @@ -59,7 +59,7 @@
log = logging.getLogger()

__author__ = "facetoe"
__version__ = "2.0.45"
__version__ = "2.0.46"


class Zenpy(object):
Expand Down
2 changes: 1 addition & 1 deletion zenpy/lib/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
Section, Article, Comment, ArticleAttachment, Label, Category, Translation,
Topic, Post, Subscription)
from zenpy.lib.api_objects.talk_objects import (
CallPe, VoiceComment)
CallPe)
from zenpy.lib.exception import RatelimitBudgetExceeded, APIException, \
RecordNotFoundException, SearchResponseLimitExceeded
from zenpy.lib.mapping import ZendeskObjectMapping, \
Expand Down

0 comments on commit 7bb3ff8

Please sign in to comment.