Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
version 0.4.1
  • Loading branch information
svenkreiss committed May 27, 2017
1 parent f043468 commit 5206711
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion HISTORY.rst
Expand Up @@ -2,7 +2,11 @@
Changelog
=========

* `master <https://github.com/svenkreiss/pysparkling/compare/v0.4.0...master>`_
* `master <https://github.com/svenkreiss/pysparkling/compare/v0.4.1...master>`_
* `v0.4.1 <https://github.com/svenkreiss/pysparkling/compare/v0.4.0...v0.4.1>`_ (2017-05-27)
* retries for failed partitions
* improve ``pysparkling.streaming.DStream``
* updates to docs
* `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()``
Expand Down
2 changes: 1 addition & 1 deletion pysparkling/__init__.py
@@ -1,7 +1,7 @@
"""pysparkling module."""
# flake8: noqa

__version__ = '0.4.0'
__version__ = '0.4.1'

from .exceptions import (FileAlreadyExistsException,
ConnectionException)
Expand Down

0 comments on commit 5206711

Please sign in to comment.