Skip to content

Commit

Permalink
version 0.3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
svenkreiss committed Feb 13, 2016
1 parent e1a423b commit 117a890
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.28...master>`_
* `master <https://github.com/svenkreiss/pysparkling/compare/v0.3.18...master>`_
* `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.
* `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
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.17'
__version__ = '0.3.18'

from .exceptions import (FileAlreadyExistsException,
ConnectionException)
Expand Down

0 comments on commit 117a890

Please sign in to comment.