Skip to content

Commit

Permalink
1.2.2, links updated in DESC.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
markheger committed Aug 20, 2020
1 parent bd663cd commit 498a198
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions package/DESC.txt
Expand Up @@ -3,8 +3,7 @@ Overview

Provides functions for serialization and deserialization of messages in an Apache Avro format.

* `Streaming Analytics service <https://console.ng.bluemix.net/catalog/services/streaming-analytics>`_
* `IBM Streams developer community <https://developer.ibm.com/streamsdev/>`_
* `IBM Streams <https://ibmstreams.github.io/>`_

Documentation
=============
Expand Down
2 changes: 1 addition & 1 deletion package/docs/source/conf.py
Expand Up @@ -68,7 +68,7 @@
# The short X.Y version.
version = '1.2'
# The full version, including alpha/beta/rc tags.
release = '1.2.1'
release = '1.2.2'

# 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/avro/__init__.py
Expand Up @@ -39,7 +39,7 @@
"""

__version__='1.2.1'
__version__='1.2.2'

__all__ = ['AvroToJSON', 'JSONToAvro', 'download_toolkit', 'json_to_avro', 'avro_to_json']
from streamsx.avro._avro import download_toolkit, json_to_avro, avro_to_json, AvroToJSON, JSONToAvro
Expand Down

0 comments on commit 498a198

Please sign in to comment.