Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
author = 'Real-Time Innovations, Inc.'

# The full version, including alpha/beta/rc tags
release = '1.1.0'
version = '1.1.0'
release = '1.1.1.rc1'
version = '1.1.1.rc1'

master_doc = 'index'
primary_domain = 'js'
Expand Down Expand Up @@ -82,4 +82,4 @@ def setup(app):
# the docs. This file should be a Windows icon file (.ico) being 16x16 or
# 32x32 pixels large.
#
html_favicon = "static/favicon.ico"
html_favicon = "static/favicon.ico"
5 changes: 5 additions & 0 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ macOS® platforms. It has been tested on the following systems:
`the main Connector
repository <https://github.com/rticommunity/rticonnextdds-connector>`__.

Version 1.1.1
~~~~~~~~~~~~~
*RTI Connector* 1.1.1 is built on RTI Connext DDS 6.1.0.3, which fixes several
bugs in the Core Libraries. For details, contact support@rti.com.

Version 1.1.0
~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rticonnextdds-connector",
"version": "1.1.0",
"version": "1.1.1.rc1",
"description": "RTI Connector for JavaScript",
"main": "rticonnextdds-connector.js",
"files": [
Expand Down