Skip to content

Commit 29e9f07

Browse files
authored
Merge pull request #457 from yahoo/leewyang_v1.4.4
v1.4.4 release
2 parents cb889f8 + e14a61c commit 29e9f07

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

.tidelift.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
tests:
2+
removed: warn
3+
unlicensed: warn

docs/source/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
# -- Project information -----------------------------------------------------
2525

2626
project = 'TensorFlowOnSpark'
27-
copyright = '2018, Yahoo Inc'
27+
copyright = '2019, Yahoo Inc'
2828
author = 'Yahoo Inc'
2929

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

3535

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

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
setup(
77
name='tensorflowonspark',
88
packages=['tensorflowonspark'],
9-
version='1.4.3',
9+
version='1.4.4',
1010
description='Deep learning with TensorFlow on Apache Spark clusters',
1111
long_description=long_description,
1212
long_description_content_type='text/markdown',
@@ -15,7 +15,6 @@
1515
keywords=['tensorflowonspark', 'tensorflow', 'spark', 'machine learning', 'yahoo'],
1616
license='Apache 2.0',
1717
classifiers=[
18-
'Development Status :: 4 - Beta',
1918
'Intended Audience :: Developers',
2019
'Intended Audience :: Science/Research',
2120
'License :: OSI Approved :: Apache Software License',

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__ = "1.4.3"
5+
__version__ = "1.4.4"

0 commit comments

Comments
 (0)