From 239756d71afadd2b4e800fd71cb82600eb194d50 Mon Sep 17 00:00:00 2001 From: Shreyas Bethur <48041236+sbethur@users.noreply.github.com> Date: Wed, 22 Apr 2020 12:43:01 -0500 Subject: [PATCH] Release nidigital 0.5.0 and 1.2.1 of other modules (#1422) * Update CHANGELOG * Add nitclk version bump change to CHANGELOG * Bump version in config_addon and LATEST_RELEASE * Bump version in generated files * Update documentation related to where to find examples --- CHANGELOG.md | 41 +++-------------------- LATEST_RELEASE | 2 +- VERSION | 2 +- docs/conf.py | 2 +- docs/nidcpower/examples.rst | 2 +- docs/nidcpower/installation.inc | 2 +- docs/nidigital/examples.rst | 2 +- docs/nidigital/installation.inc | 2 +- docs/nidmm/examples.rst | 2 +- docs/nidmm/installation.inc | 2 +- docs/nifgen/examples.rst | 2 +- docs/nifgen/installation.inc | 2 +- docs/nimodinst/examples.rst | 2 +- docs/nimodinst/installation.inc | 2 +- docs/niscope/examples.rst | 2 +- docs/niscope/installation.inc | 2 +- docs/nise/examples.rst | 2 +- docs/nise/installation.inc | 2 +- docs/niswitch/examples.rst | 2 +- docs/niswitch/installation.inc | 2 +- docs/nitclk/examples.rst | 2 +- docs/nitclk/installation.inc | 2 +- generated/nidcpower/README.rst | 2 +- generated/nidcpower/nidcpower/VERSION | 2 +- generated/nidcpower/nidcpower/__init__.py | 4 +-- generated/nidcpower/setup.py | 4 +-- generated/nidigital/README.rst | 2 +- generated/nidigital/nidigital/VERSION | 2 +- generated/nidigital/nidigital/__init__.py | 4 +-- generated/nidigital/setup.py | 4 +-- generated/nidmm/README.rst | 2 +- generated/nidmm/nidmm/VERSION | 2 +- generated/nidmm/nidmm/__init__.py | 4 +-- generated/nidmm/setup.py | 4 +-- generated/nifake/nifake/VERSION | 2 +- generated/nifake/nifake/__init__.py | 4 +-- generated/nifake/setup.py | 4 +-- generated/nifgen/README.rst | 2 +- generated/nifgen/nifgen/VERSION | 2 +- generated/nifgen/nifgen/__init__.py | 4 +-- generated/nifgen/setup.py | 4 +-- generated/nimodinst/README.rst | 2 +- generated/nimodinst/nimodinst/VERSION | 2 +- generated/nimodinst/nimodinst/__init__.py | 4 +-- generated/nimodinst/setup.py | 4 +-- generated/niscope/README.rst | 2 +- generated/niscope/niscope/VERSION | 2 +- generated/niscope/niscope/__init__.py | 4 +-- generated/niscope/setup.py | 4 +-- generated/nise/README.rst | 2 +- generated/nise/nise/VERSION | 2 +- generated/nise/nise/__init__.py | 4 +-- generated/nise/setup.py | 4 +-- generated/niswitch/README.rst | 2 +- generated/niswitch/niswitch/VERSION | 2 +- generated/niswitch/niswitch/__init__.py | 4 +-- generated/niswitch/setup.py | 4 +-- generated/nitclk/README.rst | 2 +- generated/nitclk/nitclk/VERSION | 2 +- generated/nitclk/nitclk/__init__.py | 4 +-- generated/nitclk/setup.py | 4 +-- src/nidcpower/metadata/config_addon.py | 2 +- src/nidigital/metadata/config_addon.py | 2 +- src/nidmm/metadata/config_addon.py | 2 +- src/nifake/metadata/config_addon.py | 2 +- src/nifgen/metadata/config_addon.py | 2 +- src/nimodinst/metadata/config_addon.py | 2 +- src/niscope/metadata/config_addon.py | 2 +- src/nise/metadata/config_addon.py | 2 +- src/niswitch/metadata/config_addon.py | 2 +- src/nitclk/metadata/config_addon.py | 2 +- 71 files changed, 95 insertions(+), 126 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3b57631d..313ff734c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -* [Unreleased](#unreleased) +* [1.2.1](#121---2020-04-21) * [1.2.0](#120---2020-03-06) * [1.1.5](#115---2019-11-22) * [1.1.4](#114---2019-11-19) @@ -21,7 +21,7 @@ All notable changes to this project will be documented in this file. -## Unreleased +## 1.2.1 - 2020-04-21 * ### ALL * #### Added * Support for chained repeated capabilities. This allows things like @@ -30,12 +30,6 @@ All notable changes to this project will be documented in this file. ``` The repeated capabilities will be expanded to `'site0/PinA,site0/PinB,site1/PinA,site1/PinB'` - * #### Changed - * #### Removed -* ### NI-DCPower - * #### Added - * #### Changed - * #### Removed * ### NI-Digital Pattern Driver * #### Added * `get_pattern_pin_names` - [#1292](https://github.com/ni/nimi-python/issues/1292) @@ -62,36 +56,11 @@ All notable changes to this project will be documented in this file. * `clock_generator_initiate` - [#1370](https://github.com/ni/nimi-python/issues/1370) * `load_specifications`, `load_levels`, and `load_timing` - [#1392](https://github.com/ni/nimi-python/issues/1392) * `get_channel_name` and `get_channel_name_from_string` - [#1386](https://github.com/ni/nimi-python/issues/1386) -* ### NI-DMM - * #### Added - * #### Changed - * #### Removed -* ### NI-FGEN - * #### Added - * #### Changed - * #### Removed -* ### NI-ModInst - * #### Added - * #### Changed - * #### Removed -* ### NI-SCOPE - * #### Added - * #### Changed - * #### Removed -* ### NI-Switch - * #### Added - * #### Changed - * #### Removed -* ### NI Switch Executive - * #### Added - * #### Changed - * #### Removed * ### NI-TClk - * #### Added * #### Changed - * #### Removed - - + * Version updated to 1.2.1 to match other released nimi-python modules + + ## 1.2.0 - 2020-03-06 * ### ALL * #### Added diff --git a/LATEST_RELEASE b/LATEST_RELEASE index 26aaba0e8..6085e9465 100644 --- a/LATEST_RELEASE +++ b/LATEST_RELEASE @@ -1 +1 @@ -1.2.0 +1.2.1 diff --git a/VERSION b/VERSION index a59de105b..cb174d58a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.1.dev0 \ No newline at end of file +1.2.1 \ No newline at end of file diff --git a/docs/conf.py b/docs/conf.py index 30b1a391c..b84827630 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.2.1.dev0' +release = '1.2.1' # The short X.Y version. version = release[:3] diff --git a/docs/nidcpower/examples.rst b/docs/nidcpower/examples.rst index aed5cd2ae..bfe117bb7 100644 --- a/docs/nidcpower/examples.rst +++ b/docs/nidcpower/examples.rst @@ -1,7 +1,7 @@ Examples ======== -`You can download all nidcpower examples for latest version here `_ +`You can download all nidcpower examples here `_ nidcpower_advanced_sequence.py ------------------------------ diff --git a/docs/nidcpower/installation.inc b/docs/nidcpower/installation.inc index 2a869b99e..f9617b599 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.2.1 Or **easy_install** from `setuptools `_:: diff --git a/docs/nidigital/examples.rst b/docs/nidigital/examples.rst index 5710a1641..42f212e8f 100644 --- a/docs/nidigital/examples.rst +++ b/docs/nidigital/examples.rst @@ -1,7 +1,7 @@ Examples ======== -`You can download all nidigital examples for latest version here `_ +`You can download all nidigital examples here `_ nidigital_do_nothing.py ----------------------- diff --git a/docs/nidigital/installation.inc b/docs/nidigital/installation.inc index 71ad48f73..f42b4a1a9 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.5.0 Or **easy_install** from `setuptools `_:: diff --git a/docs/nidmm/examples.rst b/docs/nidmm/examples.rst index 5c6f00189..f0293d43f 100644 --- a/docs/nidmm/examples.rst +++ b/docs/nidmm/examples.rst @@ -1,7 +1,7 @@ Examples ======== -`You can download all nidmm examples for latest version here `_ +`You can download all nidmm examples here `_ nidmm_fetch_waveform.py ----------------------- diff --git a/docs/nidmm/installation.inc b/docs/nidmm/installation.inc index 74c3f78a3..bbef5ea71 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.2.1 Or **easy_install** from `setuptools `_:: diff --git a/docs/nifgen/examples.rst b/docs/nifgen/examples.rst index 4acd9ca78..5347ca11a 100644 --- a/docs/nifgen/examples.rst +++ b/docs/nifgen/examples.rst @@ -1,7 +1,7 @@ Examples ======== -`You can download all nifgen examples for latest version here `_ +`You can download all nifgen examples here `_ nifgen_arb_waveform.py ---------------------- diff --git a/docs/nifgen/installation.inc b/docs/nifgen/installation.inc index 61543d8cf..65153af44 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.2.1 Or **easy_install** from `setuptools `_:: diff --git a/docs/nimodinst/examples.rst b/docs/nimodinst/examples.rst index 493392810..b3b08c6ed 100644 --- a/docs/nimodinst/examples.rst +++ b/docs/nimodinst/examples.rst @@ -1,7 +1,7 @@ Examples ======== -`You can download all nimodinst examples for latest version here `_ +`You can download all nimodinst examples here `_ nimodinst_all_devices.py ------------------------ diff --git a/docs/nimodinst/installation.inc b/docs/nimodinst/installation.inc index 267a8ae06..c87103269 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.2.1 Or **easy_install** from `setuptools `_:: diff --git a/docs/niscope/examples.rst b/docs/niscope/examples.rst index 179a954a5..8b7a8d300 100644 --- a/docs/niscope/examples.rst +++ b/docs/niscope/examples.rst @@ -1,7 +1,7 @@ Examples ======== -`You can download all niscope examples for latest version here `_ +`You can download all niscope examples here `_ niscope_fetch.py ---------------- diff --git a/docs/niscope/installation.inc b/docs/niscope/installation.inc index 8abe0acfb..c6118a98f 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.2.1 Or **easy_install** from `setuptools `_:: diff --git a/docs/nise/examples.rst b/docs/nise/examples.rst index 68cadd05d..fc57dac22 100644 --- a/docs/nise/examples.rst +++ b/docs/nise/examples.rst @@ -1,7 +1,7 @@ Examples ======== -`You can download all nise examples for latest version here `_ +`You can download all nise examples here `_ nise_basic_example.py --------------------- diff --git a/docs/nise/installation.inc b/docs/nise/installation.inc index db6f6a864..39505cf52 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.2.1 Or **easy_install** from `setuptools `_:: diff --git a/docs/niswitch/examples.rst b/docs/niswitch/examples.rst index 5f4445160..0a79ddbaa 100644 --- a/docs/niswitch/examples.rst +++ b/docs/niswitch/examples.rst @@ -1,7 +1,7 @@ Examples ======== -`You can download all niswitch examples for latest version here `_ +`You can download all niswitch examples here `_ niswitch_connect_channels.py ---------------------------- diff --git a/docs/niswitch/installation.inc b/docs/niswitch/installation.inc index 17a979d27..91f049f29 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.2.1 Or **easy_install** from `setuptools `_:: diff --git a/docs/nitclk/examples.rst b/docs/nitclk/examples.rst index 0e8696ab2..58d157308 100644 --- a/docs/nitclk/examples.rst +++ b/docs/nitclk/examples.rst @@ -1,7 +1,7 @@ Examples ======== -`You can download all nitclk examples for latest version here `_ +`You can download all nitclk examples here `_ nitclk_configure.py ------------------- diff --git a/docs/nitclk/installation.inc b/docs/nitclk/installation.inc index 54c30bcc0..13ee7fc90 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~=1.2.1 Or **easy_install** from `setuptools `_:: diff --git a/generated/nidcpower/README.rst b/generated/nidcpower/README.rst index 6ab7979d0..04aa45e0a 100644 --- a/generated/nidcpower/README.rst +++ b/generated/nidcpower/README.rst @@ -112,7 +112,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.2.1 Or **easy_install** from `setuptools `_:: diff --git a/generated/nidcpower/nidcpower/VERSION b/generated/nidcpower/nidcpower/VERSION index 9230f8b42..b98c31566 100644 --- a/generated/nidcpower/nidcpower/VERSION +++ b/generated/nidcpower/nidcpower/VERSION @@ -1,2 +1,2 @@ -1.2.1.dev0 +1.2.1 diff --git a/generated/nidcpower/nidcpower/__init__.py b/generated/nidcpower/nidcpower/__init__.py index c012dd00a..5d84a7d5c 100644 --- a/generated/nidcpower/nidcpower/__init__.py +++ b/generated/nidcpower/nidcpower/__init__.py @@ -2,7 +2,7 @@ # This file was generated -__version__ = '1.2.1.dev0' +__version__ = '1.2.1' 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.2.1.dev0" + info['module']['version'] = "1.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/nidcpower/setup.py b/generated/nidcpower/setup.py index 0e42c66f7..f1f69f3cd 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.2.1.dev0', + version='1.2.1', description='NI-DCPower Python API', long_description=read_contents('README.rst'), long_description_content_type='text/x-rst', @@ -50,7 +50,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/README.rst b/generated/nidigital/README.rst index 387643512..a5d606c7a 100644 --- a/generated/nidigital/README.rst +++ b/generated/nidigital/README.rst @@ -112,7 +112,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.5.0 Or **easy_install** from `setuptools `_:: diff --git a/generated/nidigital/nidigital/VERSION b/generated/nidigital/nidigital/VERSION index 1790489ac..8ea2ddfc7 100644 --- a/generated/nidigital/nidigital/VERSION +++ b/generated/nidigital/nidigital/VERSION @@ -1,2 +1,2 @@ -0.4.1.dev0 +0.5.0 diff --git a/generated/nidigital/nidigital/__init__.py b/generated/nidigital/nidigital/__init__.py index dd1908c2f..ff660aa22 100644 --- a/generated/nidigital/nidigital/__init__.py +++ b/generated/nidigital/nidigital/__init__.py @@ -2,7 +2,7 @@ # This file was generated -__version__ = '0.4.1.dev0' +__version__ = '0.5.0' from nidigital.enums import * # noqa: F403,F401,H303 from nidigital.errors import DriverWarning # noqa: F401 @@ -66,7 +66,7 @@ def is_venv(): info['driver']['name'] = "NI-Digital Pattern Driver" info['driver']['version'] = driver_version info['module']['name'] = 'nidigital' - info['module']['version'] = "0.4.1.dev0" + info['module']['version'] = "0.5.0" 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 f08692b4a..80f92bc9f 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.4.1.dev0', + version='0.5.0', description='NI-Digital Pattern Driver 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 :: 4 - Beta", "Intended Audience :: Developers", "Intended Audience :: Manufacturing", "Intended Audience :: Science/Research", diff --git a/generated/nidmm/README.rst b/generated/nidmm/README.rst index 00aad55fd..6da20e25a 100644 --- a/generated/nidmm/README.rst +++ b/generated/nidmm/README.rst @@ -112,7 +112,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.2.1 Or **easy_install** from `setuptools `_:: diff --git a/generated/nidmm/nidmm/VERSION b/generated/nidmm/nidmm/VERSION index 9230f8b42..b98c31566 100644 --- a/generated/nidmm/nidmm/VERSION +++ b/generated/nidmm/nidmm/VERSION @@ -1,2 +1,2 @@ -1.2.1.dev0 +1.2.1 diff --git a/generated/nidmm/nidmm/__init__.py b/generated/nidmm/nidmm/__init__.py index e3a0396fc..5e3d90f26 100644 --- a/generated/nidmm/nidmm/__init__.py +++ b/generated/nidmm/nidmm/__init__.py @@ -2,7 +2,7 @@ # This file was generated -__version__ = '1.2.1.dev0' +__version__ = '1.2.1' 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.2.1.dev0" + info['module']['version'] = "1.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/nidmm/setup.py b/generated/nidmm/setup.py index 764244f37..8f335780a 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.2.1.dev0', + version='1.2.1', description='NI-DMM Python API', long_description=read_contents('README.rst'), long_description_content_type='text/x-rst', @@ -50,7 +50,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/nifake/VERSION b/generated/nifake/nifake/VERSION index 9230f8b42..b98c31566 100644 --- a/generated/nifake/nifake/VERSION +++ b/generated/nifake/nifake/VERSION @@ -1,2 +1,2 @@ -1.2.1.dev0 +1.2.1 diff --git a/generated/nifake/nifake/__init__.py b/generated/nifake/nifake/__init__.py index 7f5cf54fe..a27d2a67e 100644 --- a/generated/nifake/nifake/__init__.py +++ b/generated/nifake/nifake/__init__.py @@ -2,7 +2,7 @@ # This file was generated -__version__ = '1.2.1.dev0' +__version__ = '1.2.1' 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.2.1.dev0" + info['module']['version'] = "1.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/nifake/setup.py b/generated/nifake/setup.py index e23517477..0e0ce1647 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.2.1.dev0', + version='1.2.1', description='NI-FAKE 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/nifgen/README.rst b/generated/nifgen/README.rst index b11b8412d..0edf06340 100644 --- a/generated/nifgen/README.rst +++ b/generated/nifgen/README.rst @@ -112,7 +112,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.2.1 Or **easy_install** from `setuptools `_:: diff --git a/generated/nifgen/nifgen/VERSION b/generated/nifgen/nifgen/VERSION index 9230f8b42..b98c31566 100644 --- a/generated/nifgen/nifgen/VERSION +++ b/generated/nifgen/nifgen/VERSION @@ -1,2 +1,2 @@ -1.2.1.dev0 +1.2.1 diff --git a/generated/nifgen/nifgen/__init__.py b/generated/nifgen/nifgen/__init__.py index 53cf0d3f1..0769075f6 100644 --- a/generated/nifgen/nifgen/__init__.py +++ b/generated/nifgen/nifgen/__init__.py @@ -2,7 +2,7 @@ # This file was generated -__version__ = '1.2.1.dev0' +__version__ = '1.2.1' 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.2.1.dev0" + info['module']['version'] = "1.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/nifgen/setup.py b/generated/nifgen/setup.py index ae37a43f1..eb9aadac8 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.2.1.dev0', + version='1.2.1', description='NI-FGEN 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/nimodinst/README.rst b/generated/nimodinst/README.rst index 5245ecdd0..2722f3443 100644 --- a/generated/nimodinst/README.rst +++ b/generated/nimodinst/README.rst @@ -112,7 +112,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.2.1 Or **easy_install** from `setuptools `_:: diff --git a/generated/nimodinst/nimodinst/VERSION b/generated/nimodinst/nimodinst/VERSION index 9230f8b42..b98c31566 100644 --- a/generated/nimodinst/nimodinst/VERSION +++ b/generated/nimodinst/nimodinst/VERSION @@ -1,2 +1,2 @@ -1.2.1.dev0 +1.2.1 diff --git a/generated/nimodinst/nimodinst/__init__.py b/generated/nimodinst/nimodinst/__init__.py index f8bf82239..d7ea619a9 100644 --- a/generated/nimodinst/nimodinst/__init__.py +++ b/generated/nimodinst/nimodinst/__init__.py @@ -2,7 +2,7 @@ # This file was generated -__version__ = '1.2.1.dev0' +__version__ = '1.2.1' 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.2.1.dev0" + info['module']['version'] = "1.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/nimodinst/setup.py b/generated/nimodinst/setup.py index 49e1bd556..0e060d9a2 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.2.1.dev0', + version='1.2.1', description='NI-ModInst Python API', long_description=read_contents('README.rst'), long_description_content_type='text/x-rst', @@ -50,7 +50,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/README.rst b/generated/niscope/README.rst index 32a0d6ab9..da5876332 100644 --- a/generated/niscope/README.rst +++ b/generated/niscope/README.rst @@ -112,7 +112,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.2.1 Or **easy_install** from `setuptools `_:: diff --git a/generated/niscope/niscope/VERSION b/generated/niscope/niscope/VERSION index 9230f8b42..b98c31566 100644 --- a/generated/niscope/niscope/VERSION +++ b/generated/niscope/niscope/VERSION @@ -1,2 +1,2 @@ -1.2.1.dev0 +1.2.1 diff --git a/generated/niscope/niscope/__init__.py b/generated/niscope/niscope/__init__.py index 51b7b6218..25da52c7d 100644 --- a/generated/niscope/niscope/__init__.py +++ b/generated/niscope/niscope/__init__.py @@ -2,7 +2,7 @@ # This file was generated -__version__ = '1.2.1.dev0' +__version__ = '1.2.1' 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.2.1.dev0" + info['module']['version'] = "1.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/niscope/setup.py b/generated/niscope/setup.py index a849cab5e..6029d7f74 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.2.1.dev0', + version='1.2.1', description='NI-SCOPE 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/nise/README.rst b/generated/nise/README.rst index 888ca1d72..9a8ca90f3 100644 --- a/generated/nise/README.rst +++ b/generated/nise/README.rst @@ -112,7 +112,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.2.1 Or **easy_install** from `setuptools `_:: diff --git a/generated/nise/nise/VERSION b/generated/nise/nise/VERSION index 9230f8b42..b98c31566 100644 --- a/generated/nise/nise/VERSION +++ b/generated/nise/nise/VERSION @@ -1,2 +1,2 @@ -1.2.1.dev0 +1.2.1 diff --git a/generated/nise/nise/__init__.py b/generated/nise/nise/__init__.py index c49125d3c..71872f694 100644 --- a/generated/nise/nise/__init__.py +++ b/generated/nise/nise/__init__.py @@ -2,7 +2,7 @@ # This file was generated -__version__ = '1.2.1.dev0' +__version__ = '1.2.1' 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.2.1.dev0" + info['module']['version'] = "1.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/nise/setup.py b/generated/nise/setup.py index 5be26981c..b3660bb7a 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.2.1.dev0', + version='1.2.1', description='NI Switch Executive Python API', long_description=read_contents('README.rst'), long_description_content_type='text/x-rst', @@ -50,7 +50,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/README.rst b/generated/niswitch/README.rst index 62f74da1e..71d5c17d8 100644 --- a/generated/niswitch/README.rst +++ b/generated/niswitch/README.rst @@ -112,7 +112,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.2.1 Or **easy_install** from `setuptools `_:: diff --git a/generated/niswitch/niswitch/VERSION b/generated/niswitch/niswitch/VERSION index 9230f8b42..b98c31566 100644 --- a/generated/niswitch/niswitch/VERSION +++ b/generated/niswitch/niswitch/VERSION @@ -1,2 +1,2 @@ -1.2.1.dev0 +1.2.1 diff --git a/generated/niswitch/niswitch/__init__.py b/generated/niswitch/niswitch/__init__.py index 23ee595ca..8a3407763 100644 --- a/generated/niswitch/niswitch/__init__.py +++ b/generated/niswitch/niswitch/__init__.py @@ -2,7 +2,7 @@ # This file was generated -__version__ = '1.2.1.dev0' +__version__ = '1.2.1' 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.2.1.dev0" + info['module']['version'] = "1.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/niswitch/setup.py b/generated/niswitch/setup.py index fd654fafd..904734af9 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.2.1.dev0', + version='1.2.1', description='NI-SWITCH Python API', long_description=read_contents('README.rst'), long_description_content_type='text/x-rst', @@ -50,7 +50,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/README.rst b/generated/nitclk/README.rst index 8ee13b290..8b74b9eff 100644 --- a/generated/nitclk/README.rst +++ b/generated/nitclk/README.rst @@ -112,7 +112,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~=1.2.1 Or **easy_install** from `setuptools `_:: diff --git a/generated/nitclk/nitclk/VERSION b/generated/nitclk/nitclk/VERSION index 53a5e898d..b98c31566 100644 --- a/generated/nitclk/nitclk/VERSION +++ b/generated/nitclk/nitclk/VERSION @@ -1,2 +1,2 @@ -1.0.1.dev0 +1.2.1 diff --git a/generated/nitclk/nitclk/__init__.py b/generated/nitclk/nitclk/__init__.py index 070f2ec95..3d1d2dcaf 100644 --- a/generated/nitclk/nitclk/__init__.py +++ b/generated/nitclk/nitclk/__init__.py @@ -2,7 +2,7 @@ # This file was generated -__version__ = '1.0.1.dev0' +__version__ = '1.2.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'] = "1.0.1.dev0" + info['module']['version'] = "1.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/nitclk/setup.py b/generated/nitclk/setup.py index 84d6b5717..55526707f 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='1.0.1.dev0', + version='1.2.1', description='NI-TClk Python API', long_description=read_contents('README.rst'), long_description_content_type='text/x-rst', @@ -50,7 +50,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/src/nidcpower/metadata/config_addon.py b/src/nidcpower/metadata/config_addon.py index b5d59c31b..918cf715b 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.2.1.dev0', + 'module_version': '1.2.1', '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 7df2b93f6..a6bad6f31 100644 --- a/src/nidigital/metadata/config_addon.py +++ b/src/nidigital/metadata/config_addon.py @@ -1,6 +1,6 @@ # 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.4.1.dev0', + 'module_version': '0.5.0', 'latest_runtime_version_tested_against': '19.0.1', 'custom_types': [ { diff --git a/src/nidmm/metadata/config_addon.py b/src/nidmm/metadata/config_addon.py index b5d59c31b..918cf715b 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.2.1.dev0', + 'module_version': '1.2.1', '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 241e599e4..d9b1eb089 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.2.1.dev0', + 'module_version': '1.2.1', } diff --git a/src/nifgen/metadata/config_addon.py b/src/nifgen/metadata/config_addon.py index b5d59c31b..918cf715b 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.2.1.dev0', + 'module_version': '1.2.1', '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 6f882f007..d842c5ccf 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.2.1.dev0', + 'module_version': '1.2.1', '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 b5d59c31b..918cf715b 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.2.1.dev0', + 'module_version': '1.2.1', '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 6f882f007..d842c5ccf 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.2.1.dev0', + 'module_version': '1.2.1', '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 b5d59c31b..918cf715b 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.2.1.dev0', + 'module_version': '1.2.1', '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 e537cd2e7..be044a421 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': '1.0.1.dev0', + 'module_version': '1.2.1', 'latest_runtime_version_tested_against': '19.5.0', }