diff --git a/django_zendesk/__init__.py b/django_zendesk/__init__.py index 597dab5..e3990b7 100644 --- a/django_zendesk/__init__.py +++ b/django_zendesk/__init__.py @@ -2,8 +2,8 @@ __name__ = "django_zendesk" __author__ = "Pivotal Energy Solutions" -__version_info__ = (2, 1, 21) -__version__ = "2.1.21" +__version_info__ = (2, 1, 22) +__version__ = "2.1.22" __date__ = "2014/07/22 4:47:00 PM" __credits__ = ["Steven Klass", "Tim Valenta"] __license__ = "See the file LICENSE.txt for licensing information."