From 117a890a4f734cf77950008cc312fcf666edfc3b Mon Sep 17 00:00:00 2001 From: Sven Kreiss Date: Sat, 13 Feb 2016 08:50:01 -0500 Subject: [PATCH] version 0.3.18 --- HISTORY.rst | 5 ++++- pysparkling/__init__.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) 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)