Skip to content

Commit

Permalink
Version 0.2.21.
Browse files Browse the repository at this point in the history
  • Loading branch information
svenkreiss committed Jun 7, 2015
1 parent 632a349 commit 257fd64
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
Changelog
=========

* `master <https://github.com/svenkreiss/pysparkling/compare/v0.2.19...master>`_
* `master <https://github.com/svenkreiss/pysparkling/compare/v0.2.21...master>`_
* `v0.2.21 <https://github.com/svenkreiss/pysparkling/compare/v0.2.19...v0.2.21>`_ (2015-06-07)
* added doc strings and created Sphinx documentation
* implemented allowLocal in ``Context.runJob()``
* `v0.2.19 <https://github.com/svenkreiss/pysparkling/compare/v0.2.16...v0.2.19>`_ (2015-06-04)
* new IPython demo notebook at ``docs/demo.ipynb`` at https://github.com/svenkreiss/pysparkling/blob/master/docs/demo.ipynb
* ``parallelize()`` can take an iterator (used in ``zip()`` now for lazy loading)
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.2.20'
__version__ = '0.2.21'

from .exceptions import (FileAlreadyExistsException,
ConnectionException)
Expand Down

0 comments on commit 257fd64

Please sign in to comment.