Skip to content

Commit

Permalink
[SPARK-20064][PYSPARK] Bump the PySpark verison number to 2.2
Browse files Browse the repository at this point in the history
## 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 <[email protected]>
Author: Ruben Janssen <[email protected]>

Closes #17523 from setjet/SPARK-20064.
  • Loading branch information
setjet authored and srowen committed Apr 6, 2017
1 parent c8fc1f3 commit d009fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyspark/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 comments on commit d009fb3

Please sign in to comment.