Skip to content

Commit

Permalink
Version Bump [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
rh0dium committed Jun 20, 2023
1 parent c047704 commit c118b18
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions django_zendesk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

__name__ = "django_zendesk"
__author__ = "Pivotal Energy Solutions"
__version_info__ = (2, 1, 17)
__version__ = "2.1.17"
__version_info__ = (2, 1, 18)
__version__ = "2.1.18"
__date__ = "2014/07/22 4:47:00 PM"
__credits__ = ["Steven Klass", "Tim Valenta"]
__license__ = "See the file LICENSE.txt for licensing information."
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

__name__ = "django_zendesk"
__author__ = "Pivotal Energy Solutions"
__version_info__ = (2, 1, 17)
__version__ = "2.1.17"
__version_info__ = (2, 1, 18)
__version__ = "2.1.18"
__date__ = "2014/07/22 4:47:00 PM"
__credits__ = ["Steven Klass", "Tim Valenta"]
__license__ = "See the file LICENSE.txt for licensing information."
Expand All @@ -24,7 +24,7 @@

setup(
name=name, # Required
version="2.1.17", # Required
version="2.1.18", # Required
description="Provides single-sign on functionality between a django.contrib.auth"
" based site and Zendesk", # Required
long_description=long_description, # Optional
Expand Down

0 comments on commit c118b18

Please sign in to comment.