Skip to content

Commit

Permalink
version incremented
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanrm@au1.ibm.com committed Oct 22, 2019
1 parent 6d499dd commit f84da26
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions RELEASENOTES.rst
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
Release notes
=============

1.0.36
------

1.0.35
------
- long description added to setup.py

1.0.34
------

- Minor refactorings

1.0.33
------

- deprecated time.clock() replaced

1.0.32
------

- Minor refactorings


1.0.31
------

- Title parameter added to PrintProgress
- Repeat now repeatably calls functions
- FilterCol added
Expand Down
2 changes: 1 addition & 1 deletion nutsflow/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '1.0.35'
__version__ = '1.0.36'

from nutsflow.source import Enumerate, Repeat, Product, Empty, Range, ReadCSV
from nutsflow.processor import (Take, Slice, Concat, Interleave, Zip, ZipWith,
Expand Down

0 comments on commit f84da26

Please sign in to comment.