Skip to content

Commit

Permalink
version 0.3.22
Browse files Browse the repository at this point in the history
  • Loading branch information
svenkreiss committed Jun 18, 2016
1 parent 47320fa commit a958bc7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion HISTORY.rst
Expand Up @@ -2,7 +2,10 @@
Changelog
=========

* `master <https://github.com/svenkreiss/pysparkling/compare/v0.3.21...master>`_
* `master <https://github.com/svenkreiss/pysparkling/compare/v0.3.22...master>`_
* `v0.3.22 <https://github.com/svenkreiss/pysparkling/compare/v0.3.21...v0.3.22>`_ (2016-06-18)
* reimplement RDD.groupByKey()
* clean up of docstrings
* `v0.3.21 <https://github.com/svenkreiss/pysparkling/compare/v0.3.20...v0.3.21>`_ (2016-05-31)
* faster text file reading by using ``io.TextIOWrapper`` for decoding
* `v0.3.20 <https://github.com/svenkreiss/pysparkling/compare/v0.3.19...v0.3.20>`_ (2016-05-01)
Expand Down
2 changes: 1 addition & 1 deletion pysparkling/__init__.py
@@ -1,7 +1,7 @@
"""pysparkling module."""
# flake8: noqa

__version__ = '0.3.21'
__version__ = '0.3.22'

from .exceptions import (FileAlreadyExistsException,
ConnectionException)
Expand Down

0 comments on commit a958bc7

Please sign in to comment.