File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 148
148
149
149
* Add option to resolve references to external files when reading Yaml files.
150
150
* Support inclusion and import of files in instructions markdown text.
151
+
152
+
153
+ ### 0.9.2 - 2021-09-30
154
+
155
+ * Reset hard-coded workflow repository URL to point to the master branch.
Original file line number Diff line number Diff line change 14
14
15
15
16
16
"""Repository URL."""
17
- # URL = 'https://raw.githubusercontent.com/scailfin/flowserv-workflow-repository/master/templates.json'
18
- URL = 'https://raw.githubusercontent.com/scailfin/flowserv-workflow-repository/flowserv/0.9.0/templates.json'
17
+ URL = 'https://raw.githubusercontent.com/scailfin/flowserv-workflow-repository/master/templates.json'
19
18
20
19
21
20
class WorkflowRepository (object ):
Original file line number Diff line number Diff line change 7
7
# terms of the MIT License; see LICENSE file for more details.
8
8
9
9
"""Information about the current version of the flowServ package."""
10
- __version__ = '0.9.1 '
10
+ __version__ = '0.9.2 '
You can’t perform that action at this time.
0 commit comments