Skip to content

Commit

Permalink
version 0.3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
svenkreiss committed Mar 6, 2016
1 parent a8b2666 commit 4f18e31
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
Changelog
=========

* `master <https://github.com/svenkreiss/pysparkling/compare/v0.3.18...master>`_
* `master <https://github.com/svenkreiss/pysparkling/compare/v0.3.19...master>`_
* `v0.3.19 <https://github.com/svenkreiss/pysparkling/compare/v0.3.18...v0.3.19>`_ (2016-03-06)
* removed use of ``itertools.tee()`` and replaced with clear ownership of partitions and partition data
* replace some remaining use of ``str()`` with ``format()``
* bugfix for ``RDD.groupByKey()`` and ``RDD.reduceByKey()`` for non-hashable values by @pganssle
* small updates to docs and their build process
* `v0.3.18 <https://github.com/svenkreiss/pysparkling/compare/v0.2.28...v0.3.18>`_ (2016-02-13)
* bring docs and Github releases back in sync
* ... many updates.
Expand Down
2 changes: 1 addition & 1 deletion pysparkling/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""pysparkling module."""

__version__ = '0.3.18'
__version__ = '0.3.19'

from .exceptions import (FileAlreadyExistsException,
ConnectionException)
Expand Down

0 comments on commit 4f18e31

Please sign in to comment.