diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ca70fe2e..8e880aa38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -* [Unreleased](#unreleased) +* [1.1.5](#115---2019-11-22) * [1.1.4](#114---2019-11-19) * [1.1.3](#113---2019-10-21) * [1.1.2](#112---2019-06-06) @@ -19,48 +19,11 @@ All notable changes to this project will be documented in this file. -## [Unreleased] +## 1.1.5 - 2019-11-22 * ### ALL - * #### Added * #### Changed * Fix #1140: Linux support was accidentally broken. - * #### Removed -* ### NI-DMM - * #### Added - * #### Changed - * #### Removed -* ### NI-ModInst - * #### Added - * #### Changed - * #### Removed -* ### NI-Switch - * #### Added - * #### Changed - * #### Removed -* ### NI-DCPower - * #### Added - * #### Changed - * #### Removed -* ### NI-FGEN - * #### Added - * #### Changed - * #### Removed -* ### NI-SCOPE - * #### Added - * #### Changed - * #### Removed -* ### NI Switch Executive - * #### Added - * #### Changed - * #### Removed -* ### NI-Digital Pattern Driver - * #### Added - * #### Changed - * #### Removed -* ### NI-TClk - * #### Added - * #### Changed - * #### Removed + * Update "Driver Version Tested Against", in documentation, with latest versions installed on nimi-bot. ## 1.1.4 - 2019-11-19 diff --git a/README.rst b/README.rst index 0ad94cd8a..c2c76447a 100644 --- a/README.rst +++ b/README.rst @@ -68,7 +68,7 @@ NI-DCPower Python API Status +-------------------------------+--------------------------+ | NI-DCPower (nidcpower) | | +===============================+==========================+ -| Driver Version Tested Against | 18.1.1 | +| Driver Version Tested Against | 19.1.0 | +-------------------------------+--------------------------+ | Driver API Version | 19.6.0d2 | +-------------------------------+--------------------------+ @@ -109,7 +109,7 @@ NI-Digital Pattern Driver Python API Status +---------------------------------------+--------------------------+ | NI-Digital Pattern Driver (nidigital) | | +=======================================+==========================+ -| Driver Version Tested Against | 19.1.0 | +| Driver Version Tested Against | 19.0.1 | +---------------------------------------+--------------------------+ | Driver API Version | 19.0.0a0 | +---------------------------------------+--------------------------+ @@ -150,7 +150,7 @@ NI-DMM Python API Status +-------------------------------+----------------------+ | NI-DMM (nidmm) | | +===============================+======================+ -| Driver Version Tested Against | 18.1.0 | +| Driver Version Tested Against | 19.1.0 | +-------------------------------+----------------------+ | Driver API Version | 19.6.0d0 | +-------------------------------+----------------------+ @@ -191,7 +191,7 @@ NI-FGEN Python API Status +-------------------------------+-----------------------+ | NI-FGEN (nifgen) | | +===============================+=======================+ -| Driver Version Tested Against | 18.1.0 | +| Driver Version Tested Against | 19.1.0 | +-------------------------------+-----------------------+ | Driver API Version | 19.6.0d0 | +-------------------------------+-----------------------+ @@ -232,7 +232,7 @@ NI-ModInst Python API Status +-------------------------------+--------------------------+ | NI-ModInst (nimodinst) | | +===============================+==========================+ -| Driver Version Tested Against | 18.0.0 | +| Driver Version Tested Against | 19.0.0 | +-------------------------------+--------------------------+ | Driver API Version | 255.0.0d4 | +-------------------------------+--------------------------+ @@ -273,7 +273,7 @@ NI-SCOPE Python API Status +-------------------------------+------------------------+ | NI-SCOPE (niscope) | | +===============================+========================+ -| Driver Version Tested Against | 18.1.0 | +| Driver Version Tested Against | 19.1.0 | +-------------------------------+------------------------+ | Driver API Version | 19.1.0d50 | +-------------------------------+------------------------+ @@ -314,7 +314,7 @@ NI Switch Executive Python API Status +-------------------------------+---------------------+ | NI Switch Executive (nise) | | +===============================+=====================+ -| Driver Version Tested Against | 18.0.0 | +| Driver Version Tested Against | 19.0.0 | +-------------------------------+---------------------+ | Driver API Version | 19.1.0d1 | +-------------------------------+---------------------+ @@ -355,7 +355,7 @@ NI-SWITCH Python API Status +-------------------------------+-------------------------+ | NI-SWITCH (niswitch) | | +===============================+=========================+ -| Driver Version Tested Against | 18.0.0 | +| Driver Version Tested Against | 19.1.0 | +-------------------------------+-------------------------+ | Driver API Version | 19.1.0d2 | +-------------------------------+-------------------------+ @@ -396,7 +396,7 @@ NI-TClk Python API Status +-------------------------------+-----------------------+ | NI-TClk (nitclk) | | +===============================+=======================+ -| Driver Version Tested Against | 18.0.0 | +| Driver Version Tested Against | 19.5.0 | +-------------------------------+-----------------------+ | Driver API Version | 255.0.0d0 | +-------------------------------+-----------------------+ diff --git a/VERSION b/VERSION index c9f927a8b..314c3d717 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.5.dev0 \ No newline at end of file +1.1.5 \ No newline at end of file diff --git a/docs/conf.py b/docs/conf.py index 29682cad2..7e5a3de6c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -63,7 +63,7 @@ # built documents. # # The full version, including alpha/beta/rc tags. -release = '1.1.5.dev0' +release = '1.1.5' # The short X.Y version. version = release[:3] diff --git a/docs/nidcpower/installation.inc b/docs/nidcpower/installation.inc index 2a869b99e..bb1c5e46d 100644 --- a/docs/nidcpower/installation.inc +++ b/docs/nidcpower/installation.inc @@ -8,7 +8,7 @@ As a prerequisite to using the nidcpower module, you must install the NI-DCPower The nimi-python modules (i.e. for **NI-DCPower**) can be installed with `pip `_:: - $ python -m pip install nidcpower + $ python -m pip install nidcpower~=1.1.5 Or **easy_install** from `setuptools `_:: diff --git a/docs/nidcpower/status.inc b/docs/nidcpower/status.inc index f12ce5ecb..71405b84e 100644 --- a/docs/nidcpower/status.inc +++ b/docs/nidcpower/status.inc @@ -5,7 +5,7 @@ NI-DCPower Python API Status +-------------------------------+--------------------------+ | NI-DCPower (nidcpower) | | +===============================+==========================+ -| Driver Version Tested Against | 18.1.1 | +| Driver Version Tested Against | 19.1.0 | +-------------------------------+--------------------------+ | Driver API Version | 19.6.0d2 | +-------------------------------+--------------------------+ diff --git a/docs/nidigital/installation.inc b/docs/nidigital/installation.inc index 71ad48f73..76113b36d 100644 --- a/docs/nidigital/installation.inc +++ b/docs/nidigital/installation.inc @@ -8,7 +8,7 @@ As a prerequisite to using the nidigital module, you must install the NI-Digital The nimi-python modules (i.e. for **NI-Digital Pattern Driver**) can be installed with `pip `_:: - $ python -m pip install nidigital + $ python -m pip install nidigital~=0.2.1 Or **easy_install** from `setuptools `_:: diff --git a/docs/nidigital/status.inc b/docs/nidigital/status.inc index 1ab3b5c6f..c3347ddf6 100644 --- a/docs/nidigital/status.inc +++ b/docs/nidigital/status.inc @@ -5,7 +5,7 @@ NI-Digital Pattern Driver Python API Status +---------------------------------------+--------------------------+ | NI-Digital Pattern Driver (nidigital) | | +=======================================+==========================+ -| Driver Version Tested Against | 19.1.0 | +| Driver Version Tested Against | 19.0.1 | +---------------------------------------+--------------------------+ | Driver API Version | 19.0.0a0 | +---------------------------------------+--------------------------+ diff --git a/docs/nidmm/installation.inc b/docs/nidmm/installation.inc index 74c3f78a3..93040de83 100644 --- a/docs/nidmm/installation.inc +++ b/docs/nidmm/installation.inc @@ -8,7 +8,7 @@ As a prerequisite to using the nidmm module, you must install the NI-DMM runtime The nimi-python modules (i.e. for **NI-DMM**) can be installed with `pip `_:: - $ python -m pip install nidmm + $ python -m pip install nidmm~=1.1.5 Or **easy_install** from `setuptools `_:: diff --git a/docs/nidmm/status.inc b/docs/nidmm/status.inc index 9cc7a9904..29d1a3438 100644 --- a/docs/nidmm/status.inc +++ b/docs/nidmm/status.inc @@ -5,7 +5,7 @@ NI-DMM Python API Status +-------------------------------+----------------------+ | NI-DMM (nidmm) | | +===============================+======================+ -| Driver Version Tested Against | 18.1.0 | +| Driver Version Tested Against | 19.1.0 | +-------------------------------+----------------------+ | Driver API Version | 19.6.0d0 | +-------------------------------+----------------------+ diff --git a/docs/nifgen/installation.inc b/docs/nifgen/installation.inc index 61543d8cf..ab7590668 100644 --- a/docs/nifgen/installation.inc +++ b/docs/nifgen/installation.inc @@ -8,7 +8,7 @@ As a prerequisite to using the nifgen module, you must install the NI-FGEN runti The nimi-python modules (i.e. for **NI-FGEN**) can be installed with `pip `_:: - $ python -m pip install nifgen + $ python -m pip install nifgen~=1.1.5 Or **easy_install** from `setuptools `_:: diff --git a/docs/nifgen/status.inc b/docs/nifgen/status.inc index 08e4eb7bf..0e5515d10 100644 --- a/docs/nifgen/status.inc +++ b/docs/nifgen/status.inc @@ -5,7 +5,7 @@ NI-FGEN Python API Status +-------------------------------+-----------------------+ | NI-FGEN (nifgen) | | +===============================+=======================+ -| Driver Version Tested Against | 18.1.0 | +| Driver Version Tested Against | 19.1.0 | +-------------------------------+-----------------------+ | Driver API Version | 19.6.0d0 | +-------------------------------+-----------------------+ diff --git a/docs/nimodinst/installation.inc b/docs/nimodinst/installation.inc index 267a8ae06..40c6b0dba 100644 --- a/docs/nimodinst/installation.inc +++ b/docs/nimodinst/installation.inc @@ -8,7 +8,7 @@ As a prerequisite to using the nimodinst module, you must install the NI-ModInst The nimi-python modules (i.e. for **NI-ModInst**) can be installed with `pip `_:: - $ python -m pip install nimodinst + $ python -m pip install nimodinst~=1.1.5 Or **easy_install** from `setuptools `_:: diff --git a/docs/nimodinst/status.inc b/docs/nimodinst/status.inc index a65c80bfa..1de8c4142 100644 --- a/docs/nimodinst/status.inc +++ b/docs/nimodinst/status.inc @@ -5,7 +5,7 @@ NI-ModInst Python API Status +-------------------------------+--------------------------+ | NI-ModInst (nimodinst) | | +===============================+==========================+ -| Driver Version Tested Against | 18.0.0 | +| Driver Version Tested Against | 19.0.0 | +-------------------------------+--------------------------+ | Driver API Version | 255.0.0d4 | +-------------------------------+--------------------------+ diff --git a/docs/niscope/installation.inc b/docs/niscope/installation.inc index 8abe0acfb..c3820120a 100644 --- a/docs/niscope/installation.inc +++ b/docs/niscope/installation.inc @@ -8,7 +8,7 @@ As a prerequisite to using the niscope module, you must install the NI-SCOPE run The nimi-python modules (i.e. for **NI-SCOPE**) can be installed with `pip `_:: - $ python -m pip install niscope + $ python -m pip install niscope~=1.1.5 Or **easy_install** from `setuptools `_:: diff --git a/docs/niscope/status.inc b/docs/niscope/status.inc index 64abf3604..2204ed4a7 100644 --- a/docs/niscope/status.inc +++ b/docs/niscope/status.inc @@ -5,7 +5,7 @@ NI-SCOPE Python API Status +-------------------------------+------------------------+ | NI-SCOPE (niscope) | | +===============================+========================+ -| Driver Version Tested Against | 18.1.0 | +| Driver Version Tested Against | 19.1.0 | +-------------------------------+------------------------+ | Driver API Version | 19.1.0d50 | +-------------------------------+------------------------+ diff --git a/docs/nise/installation.inc b/docs/nise/installation.inc index db6f6a864..5f2ee73c8 100644 --- a/docs/nise/installation.inc +++ b/docs/nise/installation.inc @@ -8,7 +8,7 @@ As a prerequisite to using the nise module, you must install the NI Switch Execu The nimi-python modules (i.e. for **NI Switch Executive**) can be installed with `pip `_:: - $ python -m pip install nise + $ python -m pip install nise~=1.1.5 Or **easy_install** from `setuptools `_:: diff --git a/docs/nise/status.inc b/docs/nise/status.inc index c545217fa..4d442ab91 100644 --- a/docs/nise/status.inc +++ b/docs/nise/status.inc @@ -5,7 +5,7 @@ NI Switch Executive Python API Status +-------------------------------+---------------------+ | NI Switch Executive (nise) | | +===============================+=====================+ -| Driver Version Tested Against | 18.0.0 | +| Driver Version Tested Against | 19.0.0 | +-------------------------------+---------------------+ | Driver API Version | 19.1.0d1 | +-------------------------------+---------------------+ diff --git a/docs/niswitch/installation.inc b/docs/niswitch/installation.inc index 17a979d27..35952dd30 100644 --- a/docs/niswitch/installation.inc +++ b/docs/niswitch/installation.inc @@ -8,7 +8,7 @@ As a prerequisite to using the niswitch module, you must install the NI-SWITCH r The nimi-python modules (i.e. for **NI-SWITCH**) can be installed with `pip `_:: - $ python -m pip install niswitch + $ python -m pip install niswitch~=1.1.5 Or **easy_install** from `setuptools `_:: diff --git a/docs/niswitch/status.inc b/docs/niswitch/status.inc index 69d5b0910..4a4f62e5d 100644 --- a/docs/niswitch/status.inc +++ b/docs/niswitch/status.inc @@ -5,7 +5,7 @@ NI-SWITCH Python API Status +-------------------------------+-------------------------+ | NI-SWITCH (niswitch) | | +===============================+=========================+ -| Driver Version Tested Against | 18.0.0 | +| Driver Version Tested Against | 19.1.0 | +-------------------------------+-------------------------+ | Driver API Version | 19.1.0d2 | +-------------------------------+-------------------------+ diff --git a/docs/nitclk/installation.inc b/docs/nitclk/installation.inc index 54c30bcc0..7d4408f6f 100644 --- a/docs/nitclk/installation.inc +++ b/docs/nitclk/installation.inc @@ -8,7 +8,7 @@ As a prerequisite to using the nitclk module, you must install the NI-TClk runti The nimi-python modules (i.e. for **NI-TClk**) can be installed with `pip `_:: - $ python -m pip install nitclk + $ python -m pip install nitclk~=0.3.1 Or **easy_install** from `setuptools `_:: diff --git a/docs/nitclk/status.inc b/docs/nitclk/status.inc index e0c88c36f..a8d0cc82f 100644 --- a/docs/nitclk/status.inc +++ b/docs/nitclk/status.inc @@ -5,7 +5,7 @@ NI-TClk Python API Status +-------------------------------+-----------------------+ | NI-TClk (nitclk) | | +===============================+=======================+ -| Driver Version Tested Against | 18.0.0 | +| Driver Version Tested Against | 19.5.0 | +-------------------------------+-----------------------+ | Driver API Version | 255.0.0d0 | +-------------------------------+-----------------------+ diff --git a/generated/nidcpower/VERSION b/generated/nidcpower/VERSION index 18f5d5f39..a573f7d55 100644 --- a/generated/nidcpower/VERSION +++ b/generated/nidcpower/VERSION @@ -1,2 +1,2 @@ -1.1.5.dev0 +1.1.5 diff --git a/generated/nidcpower/__init__.py b/generated/nidcpower/__init__.py index 1a7635ea9..427cea81b 100644 --- a/generated/nidcpower/__init__.py +++ b/generated/nidcpower/__init__.py @@ -2,7 +2,7 @@ # This file was generated -__version__ = '1.1.5.dev0' +__version__ = '1.1.5' from nidcpower.enums import * # noqa: F403,F401,H303 from nidcpower.errors import DriverWarning # noqa: F401 @@ -64,7 +64,7 @@ def is_venv(): info['driver']['name'] = "NI-DCPower" info['driver']['version'] = driver_version info['module']['name'] = 'nidcpower' - info['module']['version'] = "1.1.5.dev0" + info['module']['version'] = "1.1.5" info['python']['version'] = sys.version info['python']['bits'] = '64' if is_python_64bit() else '32' info['python']['is_venv'] = is_venv() diff --git a/generated/nidcpower/setup.py b/generated/nidcpower/setup.py index bcd7db65c..6d220c676 100644 --- a/generated/nidcpower/setup.py +++ b/generated/nidcpower/setup.py @@ -29,7 +29,7 @@ def read_contents(file_to_read): setup( name=pypi_name, zip_safe=True, - version='1.1.5.dev0', + version='1.1.5', description='NI-DCPower Python API', long_description=read_contents('README.rst'), long_description_content_type='text/x-rst', @@ -51,7 +51,7 @@ def read_contents(file_to_read): tests_require=['pytest'], test_suite='tests', classifiers=[ - "Development Status :: 3 - Alpha", + "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: Manufacturing", "Intended Audience :: Science/Research", diff --git a/generated/nidigital/VERSION b/generated/nidigital/VERSION index 4d2db32c5..cf74bd305 100644 --- a/generated/nidigital/VERSION +++ b/generated/nidigital/VERSION @@ -1,2 +1,2 @@ -0.2.1.dev0 +0.2.1 diff --git a/generated/nidigital/__init__.py b/generated/nidigital/__init__.py index 94e7bed75..df4529c46 100644 --- a/generated/nidigital/__init__.py +++ b/generated/nidigital/__init__.py @@ -2,7 +2,7 @@ # This file was generated -__version__ = '0.2.1.dev0' +__version__ = '0.2.1' from nidigital.enums import * # noqa: F403,F401,H303 from nidigital.errors import DriverWarning # noqa: F401 @@ -64,7 +64,7 @@ def is_venv(): info['driver']['name'] = "NI-Digital Pattern Driver" info['driver']['version'] = driver_version info['module']['name'] = 'nidigital' - info['module']['version'] = "0.2.1.dev0" + info['module']['version'] = "0.2.1" info['python']['version'] = sys.version info['python']['bits'] = '64' if is_python_64bit() else '32' info['python']['is_venv'] = is_venv() diff --git a/generated/nidigital/setup.py b/generated/nidigital/setup.py index 1043bec12..226fc41f3 100644 --- a/generated/nidigital/setup.py +++ b/generated/nidigital/setup.py @@ -29,7 +29,7 @@ def read_contents(file_to_read): setup( name=pypi_name, zip_safe=True, - version='0.2.1.dev0', + version='0.2.1', description='NI-Digital Pattern Driver Python API', long_description=read_contents('README.rst'), long_description_content_type='text/x-rst', diff --git a/generated/nidmm/VERSION b/generated/nidmm/VERSION index 18f5d5f39..a573f7d55 100644 --- a/generated/nidmm/VERSION +++ b/generated/nidmm/VERSION @@ -1,2 +1,2 @@ -1.1.5.dev0 +1.1.5 diff --git a/generated/nidmm/__init__.py b/generated/nidmm/__init__.py index de3018a0b..2eb3be4b1 100644 --- a/generated/nidmm/__init__.py +++ b/generated/nidmm/__init__.py @@ -2,7 +2,7 @@ # This file was generated -__version__ = '1.1.5.dev0' +__version__ = '1.1.5' from nidmm.enums import * # noqa: F403,F401,H303 from nidmm.errors import DriverWarning # noqa: F401 @@ -64,7 +64,7 @@ def is_venv(): info['driver']['name'] = "NI-DMM" info['driver']['version'] = driver_version info['module']['name'] = 'nidmm' - info['module']['version'] = "1.1.5.dev0" + info['module']['version'] = "1.1.5" info['python']['version'] = sys.version info['python']['bits'] = '64' if is_python_64bit() else '32' info['python']['is_venv'] = is_venv() diff --git a/generated/nidmm/setup.py b/generated/nidmm/setup.py index 2ac570633..33a390c9b 100644 --- a/generated/nidmm/setup.py +++ b/generated/nidmm/setup.py @@ -29,7 +29,7 @@ def read_contents(file_to_read): setup( name=pypi_name, zip_safe=True, - version='1.1.5.dev0', + version='1.1.5', description='NI-DMM Python API', long_description=read_contents('README.rst'), long_description_content_type='text/x-rst', @@ -51,7 +51,7 @@ def read_contents(file_to_read): tests_require=['pytest'], test_suite='tests', classifiers=[ - "Development Status :: 3 - Alpha", + "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: Manufacturing", "Intended Audience :: Science/Research", diff --git a/generated/nifake/VERSION b/generated/nifake/VERSION index 18f5d5f39..a573f7d55 100644 --- a/generated/nifake/VERSION +++ b/generated/nifake/VERSION @@ -1,2 +1,2 @@ -1.1.5.dev0 +1.1.5 diff --git a/generated/nifake/__init__.py b/generated/nifake/__init__.py index a930a7c60..9670ff96e 100644 --- a/generated/nifake/__init__.py +++ b/generated/nifake/__init__.py @@ -2,7 +2,7 @@ # This file was generated -__version__ = '1.1.5.dev0' +__version__ = '1.1.5' from nifake.enums import * # noqa: F403,F401,H303 from nifake.errors import DriverWarning # noqa: F401 @@ -68,7 +68,7 @@ def is_venv(): info['driver']['name'] = "NI-FAKE" info['driver']['version'] = driver_version info['module']['name'] = 'nifake' - info['module']['version'] = "1.1.5.dev0" + info['module']['version'] = "1.1.5" info['python']['version'] = sys.version info['python']['bits'] = '64' if is_python_64bit() else '32' info['python']['is_venv'] = is_venv() diff --git a/generated/nifake/setup.py b/generated/nifake/setup.py index 90cc2952e..e0042ee05 100644 --- a/generated/nifake/setup.py +++ b/generated/nifake/setup.py @@ -29,7 +29,7 @@ def read_contents(file_to_read): setup( name=pypi_name, zip_safe=True, - version='1.1.5.dev0', + version='1.1.5', description='NI-FAKE Python API', long_description=read_contents('README.rst'), long_description_content_type='text/x-rst', @@ -52,7 +52,7 @@ def read_contents(file_to_read): tests_require=['pytest'], test_suite='tests', classifiers=[ - "Development Status :: 3 - Alpha", + "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: Manufacturing", "Intended Audience :: Science/Research", diff --git a/generated/nifgen/VERSION b/generated/nifgen/VERSION index 18f5d5f39..a573f7d55 100644 --- a/generated/nifgen/VERSION +++ b/generated/nifgen/VERSION @@ -1,2 +1,2 @@ -1.1.5.dev0 +1.1.5 diff --git a/generated/nifgen/__init__.py b/generated/nifgen/__init__.py index 6382870dc..45efdfa39 100644 --- a/generated/nifgen/__init__.py +++ b/generated/nifgen/__init__.py @@ -2,7 +2,7 @@ # This file was generated -__version__ = '1.1.5.dev0' +__version__ = '1.1.5' from nifgen.enums import * # noqa: F403,F401,H303 from nifgen.errors import DriverWarning # noqa: F401 @@ -64,7 +64,7 @@ def is_venv(): info['driver']['name'] = "NI-FGEN" info['driver']['version'] = driver_version info['module']['name'] = 'nifgen' - info['module']['version'] = "1.1.5.dev0" + info['module']['version'] = "1.1.5" info['python']['version'] = sys.version info['python']['bits'] = '64' if is_python_64bit() else '32' info['python']['is_venv'] = is_venv() diff --git a/generated/nifgen/setup.py b/generated/nifgen/setup.py index 5bf263c0c..06b244943 100644 --- a/generated/nifgen/setup.py +++ b/generated/nifgen/setup.py @@ -29,7 +29,7 @@ def read_contents(file_to_read): setup( name=pypi_name, zip_safe=True, - version='1.1.5.dev0', + version='1.1.5', description='NI-FGEN Python API', long_description=read_contents('README.rst'), long_description_content_type='text/x-rst', @@ -52,7 +52,7 @@ def read_contents(file_to_read): tests_require=['pytest'], test_suite='tests', classifiers=[ - "Development Status :: 3 - Alpha", + "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: Manufacturing", "Intended Audience :: Science/Research", diff --git a/generated/nimodinst/VERSION b/generated/nimodinst/VERSION index 18f5d5f39..a573f7d55 100644 --- a/generated/nimodinst/VERSION +++ b/generated/nimodinst/VERSION @@ -1,2 +1,2 @@ -1.1.5.dev0 +1.1.5 diff --git a/generated/nimodinst/__init__.py b/generated/nimodinst/__init__.py index 6cac83c0f..85387101b 100644 --- a/generated/nimodinst/__init__.py +++ b/generated/nimodinst/__init__.py @@ -2,7 +2,7 @@ # This file was generated -__version__ = '1.1.5.dev0' +__version__ = '1.1.5' from nimodinst.errors import DriverWarning # noqa: F401 from nimodinst.errors import Error # noqa: F401 @@ -63,7 +63,7 @@ def is_venv(): info['driver']['name'] = "NI-ModInst" info['driver']['version'] = driver_version info['module']['name'] = 'nimodinst' - info['module']['version'] = "1.1.5.dev0" + info['module']['version'] = "1.1.5" info['python']['version'] = sys.version info['python']['bits'] = '64' if is_python_64bit() else '32' info['python']['is_venv'] = is_venv() diff --git a/generated/nimodinst/setup.py b/generated/nimodinst/setup.py index c257d9adb..e9ab8a3da 100644 --- a/generated/nimodinst/setup.py +++ b/generated/nimodinst/setup.py @@ -29,7 +29,7 @@ def read_contents(file_to_read): setup( name=pypi_name, zip_safe=True, - version='1.1.5.dev0', + version='1.1.5', description='NI-ModInst Python API', long_description=read_contents('README.rst'), long_description_content_type='text/x-rst', @@ -51,7 +51,7 @@ def read_contents(file_to_read): tests_require=['pytest'], test_suite='tests', classifiers=[ - "Development Status :: 3 - Alpha", + "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: Manufacturing", "Intended Audience :: Science/Research", diff --git a/generated/niscope/VERSION b/generated/niscope/VERSION index 18f5d5f39..a573f7d55 100644 --- a/generated/niscope/VERSION +++ b/generated/niscope/VERSION @@ -1,2 +1,2 @@ -1.1.5.dev0 +1.1.5 diff --git a/generated/niscope/__init__.py b/generated/niscope/__init__.py index 2187d1c77..4fe74b566 100644 --- a/generated/niscope/__init__.py +++ b/generated/niscope/__init__.py @@ -2,7 +2,7 @@ # This file was generated -__version__ = '1.1.5.dev0' +__version__ = '1.1.5' from niscope.enums import * # noqa: F403,F401,H303 from niscope.errors import DriverWarning # noqa: F401 @@ -68,7 +68,7 @@ def is_venv(): info['driver']['name'] = "NI-SCOPE" info['driver']['version'] = driver_version info['module']['name'] = 'niscope' - info['module']['version'] = "1.1.5.dev0" + info['module']['version'] = "1.1.5" info['python']['version'] = sys.version info['python']['bits'] = '64' if is_python_64bit() else '32' info['python']['is_venv'] = is_venv() diff --git a/generated/niscope/setup.py b/generated/niscope/setup.py index 3970aa4d0..6bfeed88f 100644 --- a/generated/niscope/setup.py +++ b/generated/niscope/setup.py @@ -29,7 +29,7 @@ def read_contents(file_to_read): setup( name=pypi_name, zip_safe=True, - version='1.1.5.dev0', + version='1.1.5', description='NI-SCOPE Python API', long_description=read_contents('README.rst'), long_description_content_type='text/x-rst', @@ -52,7 +52,7 @@ def read_contents(file_to_read): tests_require=['pytest'], test_suite='tests', classifiers=[ - "Development Status :: 3 - Alpha", + "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: Manufacturing", "Intended Audience :: Science/Research", diff --git a/generated/nise/VERSION b/generated/nise/VERSION index 18f5d5f39..a573f7d55 100644 --- a/generated/nise/VERSION +++ b/generated/nise/VERSION @@ -1,2 +1,2 @@ -1.1.5.dev0 +1.1.5 diff --git a/generated/nise/__init__.py b/generated/nise/__init__.py index b66d63a3b..6fb04838b 100644 --- a/generated/nise/__init__.py +++ b/generated/nise/__init__.py @@ -2,7 +2,7 @@ # This file was generated -__version__ = '1.1.5.dev0' +__version__ = '1.1.5' from nise.enums import * # noqa: F403,F401,H303 from nise.errors import DriverWarning # noqa: F401 @@ -64,7 +64,7 @@ def is_venv(): info['driver']['name'] = "NI Switch Executive" info['driver']['version'] = driver_version info['module']['name'] = 'nise' - info['module']['version'] = "1.1.5.dev0" + info['module']['version'] = "1.1.5" info['python']['version'] = sys.version info['python']['bits'] = '64' if is_python_64bit() else '32' info['python']['is_venv'] = is_venv() diff --git a/generated/nise/setup.py b/generated/nise/setup.py index 448e05a21..7106e85cf 100644 --- a/generated/nise/setup.py +++ b/generated/nise/setup.py @@ -29,7 +29,7 @@ def read_contents(file_to_read): setup( name=pypi_name, zip_safe=True, - version='1.1.5.dev0', + version='1.1.5', description='NI Switch Executive Python API', long_description=read_contents('README.rst'), long_description_content_type='text/x-rst', @@ -51,7 +51,7 @@ def read_contents(file_to_read): tests_require=['pytest'], test_suite='tests', classifiers=[ - "Development Status :: 3 - Alpha", + "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: Manufacturing", "Intended Audience :: Science/Research", diff --git a/generated/niswitch/VERSION b/generated/niswitch/VERSION index 18f5d5f39..a573f7d55 100644 --- a/generated/niswitch/VERSION +++ b/generated/niswitch/VERSION @@ -1,2 +1,2 @@ -1.1.5.dev0 +1.1.5 diff --git a/generated/niswitch/__init__.py b/generated/niswitch/__init__.py index 0c1b6b6dc..b8e7c1b15 100644 --- a/generated/niswitch/__init__.py +++ b/generated/niswitch/__init__.py @@ -2,7 +2,7 @@ # This file was generated -__version__ = '1.1.5.dev0' +__version__ = '1.1.5' from niswitch.enums import * # noqa: F403,F401,H303 from niswitch.errors import DriverWarning # noqa: F401 @@ -64,7 +64,7 @@ def is_venv(): info['driver']['name'] = "NI-SWITCH" info['driver']['version'] = driver_version info['module']['name'] = 'niswitch' - info['module']['version'] = "1.1.5.dev0" + info['module']['version'] = "1.1.5" info['python']['version'] = sys.version info['python']['bits'] = '64' if is_python_64bit() else '32' info['python']['is_venv'] = is_venv() diff --git a/generated/niswitch/setup.py b/generated/niswitch/setup.py index 842fa66a2..5e5520c9e 100644 --- a/generated/niswitch/setup.py +++ b/generated/niswitch/setup.py @@ -29,7 +29,7 @@ def read_contents(file_to_read): setup( name=pypi_name, zip_safe=True, - version='1.1.5.dev0', + version='1.1.5', description='NI-SWITCH Python API', long_description=read_contents('README.rst'), long_description_content_type='text/x-rst', @@ -51,7 +51,7 @@ def read_contents(file_to_read): tests_require=['pytest'], test_suite='tests', classifiers=[ - "Development Status :: 3 - Alpha", + "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: Manufacturing", "Intended Audience :: Science/Research", diff --git a/generated/nitclk/VERSION b/generated/nitclk/VERSION index a22d28b75..d22f29b4d 100644 --- a/generated/nitclk/VERSION +++ b/generated/nitclk/VERSION @@ -1,2 +1,2 @@ -0.3.1.dev0 +0.3.1 diff --git a/generated/nitclk/__init__.py b/generated/nitclk/__init__.py index fa0d0cb8d..3033bf6f8 100644 --- a/generated/nitclk/__init__.py +++ b/generated/nitclk/__init__.py @@ -2,7 +2,7 @@ # This file was generated -__version__ = '0.3.1.dev0' +__version__ = '0.3.1' from nitclk.errors import DriverWarning # noqa: F401 from nitclk.errors import Error # noqa: F401 @@ -73,7 +73,7 @@ def is_venv(): info['driver']['name'] = "NI-TClk" info['driver']['version'] = driver_version info['module']['name'] = 'nitclk' - info['module']['version'] = "0.3.1.dev0" + info['module']['version'] = "0.3.1" info['python']['version'] = sys.version info['python']['bits'] = '64' if is_python_64bit() else '32' info['python']['is_venv'] = is_venv() diff --git a/generated/nitclk/setup.py b/generated/nitclk/setup.py index 9d31f8224..0d4d2a5e1 100644 --- a/generated/nitclk/setup.py +++ b/generated/nitclk/setup.py @@ -29,7 +29,7 @@ def read_contents(file_to_read): setup( name=pypi_name, zip_safe=True, - version='0.3.1.dev0', + version='0.3.1', description='NI-TClk Python API', long_description=read_contents('README.rst'), long_description_content_type='text/x-rst', diff --git a/src/nidcpower/metadata/config_addon.py b/src/nidcpower/metadata/config_addon.py index 568e18a03..62b000ca6 100644 --- a/src/nidcpower/metadata/config_addon.py +++ b/src/nidcpower/metadata/config_addon.py @@ -1,5 +1,5 @@ # We need to maintain the version here since it needs to be updated by the build process on GitHub config_additional_config = { - 'module_version': '1.1.5.dev0', - 'latest_runtime_version_tested_against': '18.1.1', + 'module_version': '1.1.5', + 'latest_runtime_version_tested_against': '19.1.0', } diff --git a/src/nidigital/metadata/config_addon.py b/src/nidigital/metadata/config_addon.py index f3f24d300..7115cd813 100644 --- a/src/nidigital/metadata/config_addon.py +++ b/src/nidigital/metadata/config_addon.py @@ -1,5 +1,5 @@ # We need to maintain the version here since it needs to be updated by the build process on GitHub config_additional_config = { - 'module_version': '0.2.1.dev0', - 'latest_runtime_version_tested_against': '19.1.0', + 'module_version': '0.2.1', + 'latest_runtime_version_tested_against': '19.0.1', } diff --git a/src/nidmm/metadata/config_addon.py b/src/nidmm/metadata/config_addon.py index 00759a5bb..62b000ca6 100644 --- a/src/nidmm/metadata/config_addon.py +++ b/src/nidmm/metadata/config_addon.py @@ -1,5 +1,5 @@ # We need to maintain the version here since it needs to be updated by the build process on GitHub config_additional_config = { - 'module_version': '1.1.5.dev0', - 'latest_runtime_version_tested_against': '18.1.0', + 'module_version': '1.1.5', + 'latest_runtime_version_tested_against': '19.1.0', } diff --git a/src/nifake/metadata/config_addon.py b/src/nifake/metadata/config_addon.py index 739653b0c..47304a99d 100644 --- a/src/nifake/metadata/config_addon.py +++ b/src/nifake/metadata/config_addon.py @@ -1,4 +1,4 @@ # We need to maintain the version here since it needs to be updated by the build process on GitHub config_additional_config = { - 'module_version': '1.1.5.dev0', + 'module_version': '1.1.5', } diff --git a/src/nifgen/metadata/config_addon.py b/src/nifgen/metadata/config_addon.py index 00759a5bb..62b000ca6 100644 --- a/src/nifgen/metadata/config_addon.py +++ b/src/nifgen/metadata/config_addon.py @@ -1,5 +1,5 @@ # We need to maintain the version here since it needs to be updated by the build process on GitHub config_additional_config = { - 'module_version': '1.1.5.dev0', - 'latest_runtime_version_tested_against': '18.1.0', + 'module_version': '1.1.5', + 'latest_runtime_version_tested_against': '19.1.0', } diff --git a/src/nimodinst/metadata/config_addon.py b/src/nimodinst/metadata/config_addon.py index a43fef38b..a70238352 100644 --- a/src/nimodinst/metadata/config_addon.py +++ b/src/nimodinst/metadata/config_addon.py @@ -1,5 +1,5 @@ # We need to maintain the version here since it needs to be updated by the build process on GitHub config_additional_config = { - 'module_version': '1.1.5.dev0', - 'latest_runtime_version_tested_against': '18.0.0', + 'module_version': '1.1.5', + 'latest_runtime_version_tested_against': '19.0.0', } diff --git a/src/niscope/metadata/config_addon.py b/src/niscope/metadata/config_addon.py index 00759a5bb..62b000ca6 100644 --- a/src/niscope/metadata/config_addon.py +++ b/src/niscope/metadata/config_addon.py @@ -1,5 +1,5 @@ # We need to maintain the version here since it needs to be updated by the build process on GitHub config_additional_config = { - 'module_version': '1.1.5.dev0', - 'latest_runtime_version_tested_against': '18.1.0', + 'module_version': '1.1.5', + 'latest_runtime_version_tested_against': '19.1.0', } diff --git a/src/nise/metadata/config_addon.py b/src/nise/metadata/config_addon.py index a43fef38b..a70238352 100644 --- a/src/nise/metadata/config_addon.py +++ b/src/nise/metadata/config_addon.py @@ -1,5 +1,5 @@ # We need to maintain the version here since it needs to be updated by the build process on GitHub config_additional_config = { - 'module_version': '1.1.5.dev0', - 'latest_runtime_version_tested_against': '18.0.0', + 'module_version': '1.1.5', + 'latest_runtime_version_tested_against': '19.0.0', } diff --git a/src/niswitch/metadata/config_addon.py b/src/niswitch/metadata/config_addon.py index a43fef38b..62b000ca6 100644 --- a/src/niswitch/metadata/config_addon.py +++ b/src/niswitch/metadata/config_addon.py @@ -1,5 +1,5 @@ # We need to maintain the version here since it needs to be updated by the build process on GitHub config_additional_config = { - 'module_version': '1.1.5.dev0', - 'latest_runtime_version_tested_against': '18.0.0', + 'module_version': '1.1.5', + 'latest_runtime_version_tested_against': '19.1.0', } diff --git a/src/nitclk/metadata/config_addon.py b/src/nitclk/metadata/config_addon.py index 582c08beb..8927701ef 100644 --- a/src/nitclk/metadata/config_addon.py +++ b/src/nitclk/metadata/config_addon.py @@ -1,5 +1,5 @@ # We need to maintain the version here since it needs to be updated by the build process on GitHub config_additional_config = { - 'module_version': '0.3.1.dev0', - 'latest_runtime_version_tested_against': '18.0.0', + 'module_version': '0.3.1', + 'latest_runtime_version_tested_against': '19.5.0', }