Skip to content

Commit 9d07903

Browse files
committed
Release 0.5.0
1 parent 8072422 commit 9d07903

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changelog
22
## Next Release
33

4+
## Release 0.5.0
45
### New Features
56
* Added delimiter option on `to_file`
67
* `Sequence.sliding` to create a sliding window from a list of elements

functional/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
__author__ = "Pedro Rodriguez"
1010
__copyright__ = "Copyright 2015, Pedro Rodriguez"
1111
__license__ = "MIT"
12-
__version__ = "0.4.1"
12+
__version__ = "0.5.0"
1313
__maintainer__ = "Pedro Rodriguez"
1414
__email__ = "[email protected]"
1515
__status__ = "Development"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
license='MIT',
1919
keywords='functional LINQ pipeline data collection rdd scala',
2020
packages=find_packages(exclude=['contrib', 'docs', 'tests*', 'test']),
21-
version='0.4.1',
21+
version='0.5.0',
2222
install_requires=['future', 'six'],
2323
classifiers=[
2424
'Development Status :: 4 - Beta',

0 commit comments

Comments
 (0)