Skip to content

Commit 690b35f

Browse files
authored
Merge pull request #512 from yahoo/leewyang_v2.2.1
v2.2.1 release
2 parents ce19cbd + 78935eb commit 690b35f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
author = 'Yahoo Inc'
2929

3030
# The short X.Y version
31-
version = '2.2.0'
31+
version = '2.2.1'
3232
# The full version, including alpha/beta/rc tags
33-
release = '2.2.0'
33+
release = '2.2.1'
3434

3535

3636
# -- General configuration ---------------------------------------------------

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<json4s-native.version>3.5.3</json4s-native.version>
2626
<maven-shade-plugin.version>2.1</maven-shade-plugin.version>
2727
<maven-surefire-plugin.version>2.20.1</maven-surefire-plugin.version>
28-
<spark.version>[2.2.0,)</spark.version>
28+
<spark.version>[2.2.1,)</spark.version>
2929
<scala.version>2.11.8</scala.version>
3030
<scala-maven-plugin.version>3.2.1</scala-maven-plugin.version>
3131
<scala-parser-combinators.version>1.1.0</scala-parser-combinators.version>

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
setup(
77
name='tensorflowonspark',
88
packages=['tensorflowonspark'],
9-
version='2.2.0',
9+
version='2.2.1',
1010
description='Deep learning with TensorFlow on Apache Spark clusters',
1111
long_description=long_description,
1212
long_description_content_type='text/markdown',

tensorflowonspark/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
logging.basicConfig(level=logging.INFO, format="%(asctime)s %(levelname)s (%(threadName)s-%(process)d) %(message)s")
44

5-
__version__ = "2.2.0"
5+
__version__ = "2.2.1"

0 commit comments

Comments
 (0)