Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EntilZha committed Dec 31, 2015
1 parent 8072422 commit 9d07903
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog
## Next Release

## Release 0.5.0
### New Features
* Added delimiter option on `to_file`
* `Sequence.sliding` to create a sliding window from a list of elements
Expand Down
2 changes: 1 addition & 1 deletion functional/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
__author__ = "Pedro Rodriguez"
__copyright__ = "Copyright 2015, Pedro Rodriguez"
__license__ = "MIT"
__version__ = "0.4.1"
__version__ = "0.5.0"
__maintainer__ = "Pedro Rodriguez"
__email__ = "ski.rodriguez@gmail.com"
__status__ = "Development"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
license='MIT',
keywords='functional LINQ pipeline data collection rdd scala',
packages=find_packages(exclude=['contrib', 'docs', 'tests*', 'test']),
version='0.4.1',
version='0.5.0',
install_requires=['future', 'six'],
classifiers=[
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit 9d07903

Please sign in to comment.