Skip to content

Commit ab70a34

Browse files
committed
Release Notes for 2.0.0_rc1
1 parent f0bf79b commit ab70a34

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

CONTRIB

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ New versions of SpiffWorkflow are automatically published to PyPi whenever
5757
a maintainer of our GitHub repository creates a new release on GitHub. This
5858
is managed through GitHub's actions. The configuration of which can be
5959
found in .github/workflows/....
60-
Just create a release in GitHub that mathches the release number in doc/conf.py
60+
Just create a release in GitHub that matches the release number in doc/conf.py

RELEASE_NOTES.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
## What's Changed
22

33
We've done a lot of work over the last 8 months to the SpiffWorkflow library as we've developed [SpiffArena](https://www.spiffworkflow.org/), a general purpose workflow management system built on top of this library.
4-
This has resulted in just a handful of new features. Our main focus was on making SpiffWorkflow more predictable, easier to use, and internally consistent.
4+
This has resulted in just a handful of new features.
5+
Our main focus was on making SpiffWorkflow more predictable, easier to use, and internally consistent.
56

67
## Breaking Changes from 1.x:
78
* We heavily refactored the way we handle multi-instance tasks internally. This will break any serialized workflows that contain multi-instance tasks.
9+
* Internal structure of our code, the names classes, and common methods have changed. Please see our [ReadTheDocs] (https://readthedocs.org/projects/spiffworkflow/) documenation for version 2.0.0.
810

911
## Features and Improvements
1012

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'Sartography'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '2.0'
25+
release = '2.0.0rc0'
2626

2727
# -- General configuration ---------------------------------------------------
2828

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
README = (HERE / "README.md").read_text()
1414

1515
setup(name='SpiffWorkflow',
16-
version='1.2.1',
16+
version='2.0.0rc0',
1717
description='A workflow framework and BPMN/DMN Processor',
1818
long_description=README,
1919
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)