Skip to content

Commit be4c1ec

Browse files
committed
updated version and changelog after the addition of recur.stackless()
1 parent 10efa8b commit be4c1ec

File tree

3 files changed

+10
-83
lines changed

3 files changed

+10
-83
lines changed

CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Changelog
2+
=========
3+
4+
(v0.5.0) July 17, 2017
5+
----------------------
6+
7+
Commit: `10efa8b <https://github.com/fnpy/fn.py/commit/10efa8b35c327ae77dfb01878451694bd5a47ea9>`_.
8+
9+
- Added ``recur.stackless()`` Provides a "stackless" (constant Python stack space) recursion decorator for generators.

HISTORY.rst

Lines changed: 0 additions & 82 deletions
This file was deleted.

fn/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
from .stream import Stream
33
from .underscore import shortcut as _
44

5-
__version__ = "0.4.4"
5+
__version__ = "0.5.0"
66

77
__all__ = [F, Stream, _]

0 commit comments

Comments
 (0)