Skip to content
Snippets Groups Projects
Commit d009fb36 authored by setjet's avatar setjet Committed by Sean Owen
Browse files

[SPARK-20064][PYSPARK] Bump the PySpark verison number to 2.2

## What changes were proposed in this pull request?
PySpark version in version.py was lagging behind
Versioning is  in line with PEP 440: https://www.python.org/dev/peps/pep-0440/

## How was this patch tested?
Simply rebuild the project with existing tests

Author: setjet <rubenljanssen@gmail.com>
Author: Ruben Janssen <rubenljanssen@gmail.com>

Closes #17523 from setjet/SPARK-20064.
parent c8fc1f3b
No related branches found
No related tags found
No related merge requests found
......@@ -16,4 +16,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
__version__ = "2.1.0.dev0"
__version__ = "2.2.0.dev0"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment