Skip to content

Commit

Permalink
Version 0.2.28
Browse files Browse the repository at this point in the history
  • Loading branch information
svenkreiss committed Jul 3, 2015
1 parent 10e8869 commit 3dbf114
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.24...master>`_
* `master <https://github.com/svenkreiss/pysparkling/compare/v0.2.28...master>`_
* `v0.2.28 <https://github.com/svenkreiss/pysparkling/compare/v0.2.24...v0.2.28>`_ (2015-07-03)
* implement ``RDD.sortBy()`` and ``RDD.sortByKey()``
* additional unit tests
* `v0.2.24 <https://github.com/svenkreiss/pysparkling/compare/v0.2.23...v0.2.24>`_ (2015-06-16)
* replace dill with cloudpickle in docs and test
* add tests with pypy and pypy3
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.27'
__version__ = '0.2.28'

from .exceptions import (FileAlreadyExistsException,
ConnectionException)
Expand Down

0 comments on commit 3dbf114

Please sign in to comment.