Skip to content

Commit e37d7ea

Browse files
committed
Prepare for next development iteration
1 parent 9a876a2 commit e37d7ea

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ but could be an ISO8601 date-time function.
5353
5454
## Changelog
5555

56+
**0.2 (2021-??-??)**
57+
5658
**0.1 (2020-12-29)**
5759

5860
- Added a couple of node iterators. With these, it is possible to iterate the graph per cycle, or per task. This latter enables a task to start as soon as its sibling in a previous cycle has been executed, as long as there are no inter-cycle dependencies.

decyclify/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414
from decyclify.functions import *
1515

16-
__version__ = '0.1'
16+
__version__ = '0.2.dev'
1717

1818
__all__ = [
1919
'__version__',

0 commit comments

Comments
 (0)