diff --git a/HISTORY.rst b/HISTORY.rst index 961373635..38f81ea2e 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,7 +2,10 @@ Changelog ========= -* `master `_ +* `master `_ +* `v0.3.18 `_ (2016-02-13) + * bring docs and Github releases back in sync + * ... many updates. * `v0.2.28 `_ (2015-07-03) * implement ``RDD.sortBy()`` and ``RDD.sortByKey()`` * additional unit tests diff --git a/pysparkling/__init__.py b/pysparkling/__init__.py index 358b424d5..8a0968b83 100644 --- a/pysparkling/__init__.py +++ b/pysparkling/__init__.py @@ -1,6 +1,6 @@ """pysparkling module.""" -__version__ = '0.3.17' +__version__ = '0.3.18' from .exceptions import (FileAlreadyExistsException, ConnectionException)