Skip to content

Commit

Permalink
version bump to 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RolefH committed May 26, 2020
1 parent 851b184 commit 1ca2203
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package/docs/source/conf.py
Expand Up @@ -65,9 +65,9 @@
# built documents.
#
# The short X.Y version.
version = '1.9'
version = '1.10'
# The full version, including alpha/beta/rc tags.
release = '1.9.0'
release = '1.10.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion package/streamsx/kafka/__init__.py
Expand Up @@ -193,7 +193,7 @@ def delay(v):
"""

__version__='1.9.0'
__version__='1.10.0'

# controls sphinx documentation:
__all__ = [
Expand Down

0 comments on commit 1ca2203

Please sign in to comment.