File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4- In Progress
5- -----------
4+ 1.2.0
5+ -----
6+
7+ Changed
8+ ~~~~~~~
9+ * Run pep8 and docs in tox with python3.
10+ * Use black https://pypi.org/project/black/ for code formatting.
11+ * Update tox to return error if there are uncommitted schema changes.
612
713Fixed
814~~~~~
915
1016* Warn users when there is a loop and no start task identified. (bug fix)
1117* Lock global variables during initialization to make them thread safe. (bug fix)
1218* Workflow stuck in running if one or more items failed in a with items task. (bug fix)
19+ * Fix use case where a failed with items task is run again if the task is in a cycle. (bug fix)
1320
14211.1.1
1522-----
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- __version__ = "1.1.1 "
15+ __version__ = "1.2.0 "
You can’t perform that action at this time.
0 commit comments