Skip to content

Commit

Permalink
version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
svenkreiss committed Jul 13, 2019
1 parent 3c4c6e4 commit c3aa669
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions HISTORY.rst
@@ -1,8 +1,10 @@

Changelog
=========

* `master <https://github.com/svenkreiss/pysparkling/compare/v0.5.0...master>`_
* `master <https://github.com/svenkreiss/pysparkling/compare/v0.6.0...master>`_
* `v0.6.0 <https://github.com/svenkreiss/pysparkling/compare/v0.5.0...v0.6.0>`_ (2019-07-13)
* Broadcast, Accumulator and AccumulatorParam by @alexprengere
* support for increasing partition numbers in coalesce and repartition by @tools4origins
* `v0.5.0 <https://github.com/svenkreiss/pysparkling/compare/v0.4.1...v0.5.0>`_ (2019-05-03)
* fixes for HDFS thanks to @tools4origins
* fix for empty partitions by @tools4origins
Expand Down
2 changes: 1 addition & 1 deletion pysparkling/__init__.py
@@ -1,7 +1,7 @@
"""pysparkling module"""
# flake8: noqa

__version__ = '0.5.0'
__version__ = '0.6.0'

from .rdd import RDD
from .context import Context
Expand Down

0 comments on commit c3aa669

Please sign in to comment.