Skip to content

Commit

Permalink
Merge branch 'release'
Browse files Browse the repository at this point in the history
  • Loading branch information
ukclivecox committed Mar 28, 2017
2 parents ad1fe18 + 72f66e0 commit dbc425a
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 11 deletions.
2 changes: 1 addition & 1 deletion client/java-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.seldon</groupId>
<artifactId>seldon-parent</artifactId>
<version>1.4.1</version>
<version>1.4.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>seldon-java-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion offline-jobs/spark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.seldon</groupId>
<artifactId>seldon-parent</artifactId>
<version>1.4.1</version>
<version>1.4.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>io.seldon</groupId>
<artifactId>seldon-parent</artifactId>
<version>1.4.1</version>
<version>1.4.2</version>
<packaging>pom</packaging>
<name>Seldon Project Parent POM</name>
<url>http://seldon.io/</url>
Expand Down
2 changes: 1 addition & 1 deletion python/docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ clean:

html:
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
cd $(BUILDDIR)/html ; sed -i 's/_modules/modules/g' seldon.html ; sed -i 's/_modules/modules/g' seldon.pipeline.html ; sed -i 's/_modules/modules/g' seldon.cli.html ; sed -i 's/_modules/modules/g' seldon.luigi.html ; sed -i 's/_modules/modules/g' seldon.microservice.html ; sed -i 's/_modules/modules/g' seldon.misc.html ; sed -i 's/_modules/modules/g' seldon.text.html
cd $(BUILDDIR)/html ; sed -i 's/_modules/modules/g' seldon.html ; sed -i 's/_modules/modules/g' seldon.pipeline.html ; sed -i 's/_modules/modules/g' seldon.cli.html ; sed -i 's/_modules/modules/g' seldon.luigi.html ; sed -i 's/_modules/modules/g' seldon.microservice.html ; sed -i 's/_modules/modules/g' seldon.misc.html ; sed -i 's/_modules/modules/g' seldon.text.html ; sed -i 's/_modules/modules/g' seldon.anomaly.html
@echo
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."

Expand Down
4 changes: 2 additions & 2 deletions python/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@
# built documents.
#
# The short X.Y version.
version = '1.0'
version = '2.2.1'
# The full version, including alpha/beta/rc tags.
release = '1.0'
release = '2.2.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 2 additions & 0 deletions python/docs/seldon.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ Subpackages

.. toctree::

seldon.anomaly
seldon.cli
seldon.luigi
seldon.microservice
seldon.misc
seldon.pipeline
seldon.text


Submodules
----------

Expand Down
2 changes: 1 addition & 1 deletion python/seldon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from .util import RecommenderWrapper,Recommender,Extension,ExtensionWrapper,Recommender_wrapper,Extension_wrapper

__version__ = '2.2'
__version__ = '2.2.1'

class NullHandler(logging.Handler):
def emit(self, record):
Expand Down
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
dependency_links = [
'https://github.com/SeldonIO/wabbit_wappa/archive/3.0.2.zip#egg=wabbit-wappa-3.0.2'
],
packages=['seldon', 'seldon.pipeline', 'seldon.microservice', 'seldon.text', 'seldon.shell', 'seldon.cli','seldon.misc','seldon.luigi','seldon.rpc'],
packages=['seldon', 'seldon.pipeline', 'seldon.microservice', 'seldon.text', 'seldon.shell', 'seldon.cli','seldon.misc','seldon.luigi','seldon.rpc','seldon.anomaly'],
package_dir={'seldon.shell': 'seldon/shell', 'seldon.cli': 'seldon/cli'},
package_data={'seldon.shell': ['dbschema/mysql/api.sql', 'dbschema/mysql/client.sql'], 'seldon.cli': ['dbschema/mysql/api.sql', 'dbschema/mysql/client.sql', 'grafana/client-dashboard.json']},
scripts=['bin/seldon-shell','bin/seldon-cli'],
Expand Down
2 changes: 1 addition & 1 deletion server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.seldon</groupId>
<artifactId>seldon-parent</artifactId>
<version>1.4.1</version>
<version>1.4.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>seldon-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion stream/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.seldon</groupId>
<artifactId>seldon-parent</artifactId>
<version>1.4.1</version>
<version>1.4.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion web-item-importer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.seldon</groupId>
<artifactId>seldon-parent</artifactId>
<version>1.4.1</version>
<version>1.4.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit dbc425a

Please sign in to comment.