We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb496d8 commit a597828Copy full SHA for a597828
moesifasgi/middleware.py
@@ -98,7 +98,7 @@ def schedule_config_job(self):
98
99
def initialize_config(self):
100
Configuration.BASE_URI = self.settings.get("BASE_URI", "https://api.moesif.net")
101
- Configuration.version = 'moesifasgi-python/1.0.10'
+ Configuration.version = 'moesifasgi-python/1.1.0'
102
self.LOG_BODY = self.settings.get("LOG_BODY", True)
103
104
self.app_config = AppConfig()
0 commit comments