diff --git a/moesifdjango/middleware.py b/moesifdjango/middleware.py index 8b3d244..845ae37 100644 --- a/moesifdjango/middleware.py +++ b/moesifdjango/middleware.py @@ -51,7 +51,7 @@ def __init__(self, get_response): # below comment for setting moesif base_uri to a test server. if self.middleware_settings.get('LOCAL_DEBUG', False): Configuration.BASE_URI = self.get_configuration_uri(self.middleware_settings, 'BASE_URI', 'LOCAL_MOESIF_BASEURL') - Configuration.version = 'moesifdjango-python/2.0.5' + Configuration.version = 'moesifdjango-python/2.1.3' if settings.MOESIF_MIDDLEWARE.get('CAPTURE_OUTGOING_REQUESTS', False): try: if self.DEBUG: diff --git a/moesifdjango/middleware_pre19.py b/moesifdjango/middleware_pre19.py index 1da7bc2..45dd9ba 100644 --- a/moesifdjango/middleware_pre19.py +++ b/moesifdjango/middleware_pre19.py @@ -45,7 +45,7 @@ def __init__(self): # below comment for setting moesif base_uri to a test server. if self.middleware_settings.get('LOCAL_DEBUG', False): Configuration.BASE_URI = self.get_configuration_uri(self.middleware_settings, 'BASE_URI', 'LOCAL_MOESIF_BASEURL') - Configuration.version = 'moesifdjango-python/2.0.5' + Configuration.version = 'moesifdjango-python/2.1.3' if settings.MOESIF_MIDDLEWARE.get('CAPTURE_OUTGOING_REQUESTS', False): try: if self.DEBUG: diff --git a/setup.py b/setup.py index fb01a8c..e1e3895 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # https://packaging.python.org/en/latest/single_source_version.html - version='2.1.2', + version='2.1.3', description='Moesif Middleware for Python Django', long_description=long_description,