We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f14f13c commit e2c0954Copy full SHA for e2c0954
pyms/__init__.py
@@ -2,4 +2,4 @@
2
3
__email__ = "[email protected]"
4
5
-__version__ = "1.2.0"
+__version__ = "1.3.0"
pyms/flask/app/create_app.py
@@ -99,6 +99,7 @@ def create_app(self):
99
self.application = self.init_app()
100
self.application.config.from_object(self.config)
101
self.application.tracer = None
102
+ self.application.ms = self
103
104
# Initialize Blueprints
105
self.application.register_blueprint(healthcheck_blueprint)
0 commit comments