From 04e547abf75bec3c452dabe1b093cf39c0cdfb31 Mon Sep 17 00:00:00 2001 From: Bob Garrow Date: Tue, 9 Nov 2021 08:13:40 -0800 Subject: [PATCH] feature/support-308 (#99) * Update native libraries to version 1.1.1 * Update version strings to 1.1.1 * Update version string to 1.1.1.rc1, and revert release_notes.rst * revert version string changes in docs/ * #fix SUPPORT-308 -- final version string to 1.1.1 for production server --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 46c53f6..9127fd0 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # https://packaging.python.org/en/latest/single_source_version.html - version='1.1.1.rc1', + version='1.1.1', description='RTI Connector for Python', long_description=long_description,