Skip to content

Commit

Permalink
version 0.3.23
Browse files Browse the repository at this point in the history
  • Loading branch information
svenkreiss committed Aug 6, 2016
1 parent 7559711 commit 5361a7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion HISTORY.rst
Expand Up @@ -2,7 +2,9 @@
Changelog
=========

* `master <https://github.com/svenkreiss/pysparkling/compare/v0.3.22...master>`_
* `master <https://github.com/svenkreiss/pysparkling/compare/v0.3.23...master>`_
* `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)
* reimplement RDD.groupByKey()
* clean up of docstrings
Expand Down
2 changes: 1 addition & 1 deletion pysparkling/__init__.py
@@ -1,7 +1,7 @@
"""pysparkling module."""
# flake8: noqa

__version__ = '0.3.22'
__version__ = '0.3.23'

from .exceptions import (FileAlreadyExistsException,
ConnectionException)
Expand Down

0 comments on commit 5361a7f

Please sign in to comment.