We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41a1b73 commit d15b4f5Copy full SHA for d15b4f5
setup.py
@@ -87,7 +87,7 @@
87
88
setup(
89
name="Superdesk-Core",
90
- version="2.11.2",
+ version="2.11.3",
91
description="Superdesk Core library",
92
long_description=LONG_DESCRIPTION,
93
author="petr jasek",
superdesk/__init__.py
@@ -32,7 +32,7 @@
32
from apps.common.models.base_model import BaseModel
33
from apps.common.components.base_component import BaseComponent
34
35
-__version__ = "2.11.2"
+__version__ = "2.11.3"
36
37
API_NAME = "Superdesk API"
38
SCHEMA_VERSION = 2
0 commit comments