Skip to content

Commit

Permalink
version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
svenkreiss committed Mar 11, 2017
1 parent 300e8d8 commit c2ec8a7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion HISTORY.rst
Expand Up @@ -2,7 +2,13 @@
Changelog
=========

* `master <https://github.com/svenkreiss/pysparkling/compare/v0.3.23...master>`_
* `master <https://github.com/svenkreiss/pysparkling/compare/v0.4.0...master>`_
* `v0.4.0 <https://github.com/svenkreiss/pysparkling/compare/v0.3.23...v0.4.0>`_ (2017-03-11)
* major addition: ``pysparkling.streaming``
* updates to ``RDD.sample()``
* reorganized ``scripts`` and ``tests``
* added ``RDD.partitionBy()``
* minor updates to ``pysparkling.fileio``
* `v0.3.23 <https://github.com/svenkreiss/pysparkling/compare/v0.3.22...v0.3.23>`_ (2016-08-06)
* small improvements to fileio and better documentation
* `v0.3.22 <https://github.com/svenkreiss/pysparkling/compare/v0.3.21...v0.3.22>`_ (2016-06-18)
Expand Down
2 changes: 1 addition & 1 deletion pysparkling/__init__.py
@@ -1,7 +1,7 @@
"""pysparkling module."""
# flake8: noqa

__version__ = '0.3.24'
__version__ = '0.4.0'

from .exceptions import (FileAlreadyExistsException,
ConnectionException)
Expand Down

0 comments on commit c2ec8a7

Please sign in to comment.