From 3e6feb7447de7b4aec67eaf65997d2afaecae7cf Mon Sep 17 00:00:00 2001 From: mohit-emerson Date: Fri, 31 Jul 2026 05:49:22 +0000 Subject: [PATCH 1/3] patch version increamented --- 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 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/nidcpower/metadata/config_addon.py b/src/nidcpower/metadata/config_addon.py index 9c62595c4..e5ae65621 100644 --- a/src/nidcpower/metadata/config_addon.py +++ b/src/nidcpower/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': '1.6.0', + 'module_version': '1.6.1.dev0', 'latest_runtime_version_tested_against': '2026 Q3', 'initial_release_year': '2017', } diff --git a/src/nidigital/metadata/config_addon.py b/src/nidigital/metadata/config_addon.py index 4a78d9a84..dc9b96bdd 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': '1.5.0', + 'module_version': '1.5.1.dev0', 'latest_runtime_version_tested_against': '2026 Q3', 'initial_release_year': '2019', 'custom_types': [ diff --git a/src/nidmm/metadata/config_addon.py b/src/nidmm/metadata/config_addon.py index 348ee6a45..f1d450d93 100644 --- a/src/nidmm/metadata/config_addon.py +++ b/src/nidmm/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': '1.5.0', + 'module_version': '1.5.1.dev0', 'latest_runtime_version_tested_against': '2026 Q3', 'initial_release_year': '2017', } diff --git a/src/nifake/metadata/config_addon.py b/src/nifake/metadata/config_addon.py index 45e6addc9..2a8a33310 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.5.0', + 'module_version': '1.5.1.dev0', } diff --git a/src/nifgen/metadata/config_addon.py b/src/nifgen/metadata/config_addon.py index 348ee6a45..f1d450d93 100644 --- a/src/nifgen/metadata/config_addon.py +++ b/src/nifgen/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': '1.5.0', + 'module_version': '1.5.1.dev0', 'latest_runtime_version_tested_against': '2026 Q3', 'initial_release_year': '2017', } diff --git a/src/nimodinst/metadata/config_addon.py b/src/nimodinst/metadata/config_addon.py index 348ee6a45..f1d450d93 100644 --- a/src/nimodinst/metadata/config_addon.py +++ b/src/nimodinst/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': '1.5.0', + 'module_version': '1.5.1.dev0', 'latest_runtime_version_tested_against': '2026 Q3', 'initial_release_year': '2017', } diff --git a/src/niscope/metadata/config_addon.py b/src/niscope/metadata/config_addon.py index 083ea13a7..b18e68f34 100644 --- a/src/niscope/metadata/config_addon.py +++ b/src/niscope/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': '1.5.0', + 'module_version': '1.5.1.dev0', 'latest_runtime_version_tested_against': '2026 Q3', 'initial_release_year': '2017', 'custom_types': [ diff --git a/src/nise/metadata/config_addon.py b/src/nise/metadata/config_addon.py index 63cdc0187..2dc06b43e 100644 --- a/src/nise/metadata/config_addon.py +++ b/src/nise/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': '1.5.0', + 'module_version': '1.5.1.dev0', 'latest_runtime_version_tested_against': '2023 Q1', 'initial_release_year': '2018', } diff --git a/src/niswitch/metadata/config_addon.py b/src/niswitch/metadata/config_addon.py index 348ee6a45..f1d450d93 100644 --- a/src/niswitch/metadata/config_addon.py +++ b/src/niswitch/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': '1.5.0', + 'module_version': '1.5.1.dev0', 'latest_runtime_version_tested_against': '2026 Q3', 'initial_release_year': '2017', } diff --git a/src/nitclk/metadata/config_addon.py b/src/nitclk/metadata/config_addon.py index c0885c7c9..ab3557e14 100644 --- a/src/nitclk/metadata/config_addon.py +++ b/src/nitclk/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': '1.5.0', + 'module_version': '1.5.1.dev0', 'latest_runtime_version_tested_against': '2026 Q3', 'initial_release_year': '2019', } From e2083e1148edc4c258c56a320862c0905bae121c Mon Sep 17 00:00:00 2001 From: mohit-emerson Date: Fri, 31 Jul 2026 05:53:17 +0000 Subject: [PATCH 2/3] codegen --- docs/nidcpower/conf.py | 2 +- docs/nidcpower/examples.rst | 14 +++++++------- docs/nidcpower/installation.inc | 2 +- docs/nidigital/conf.py | 2 +- docs/nidigital/examples.rst | 8 ++++---- docs/nidigital/installation.inc | 2 +- docs/nidmm/conf.py | 2 +- docs/nidmm/examples.rst | 8 ++++---- docs/nidmm/installation.inc | 2 +- docs/nifgen/conf.py | 2 +- docs/nifgen/examples.rst | 10 +++++----- docs/nifgen/installation.inc | 2 +- docs/nimodinst/conf.py | 2 +- docs/nimodinst/examples.rst | 4 ++-- docs/nimodinst/installation.inc | 2 +- docs/niscope/conf.py | 2 +- docs/niscope/examples.rst | 10 +++++----- docs/niscope/installation.inc | 2 +- docs/nise/conf.py | 2 +- docs/nise/examples.rst | 4 ++-- docs/nise/installation.inc | 2 +- docs/niswitch/conf.py | 2 +- docs/niswitch/examples.rst | 8 ++++---- docs/niswitch/installation.inc | 2 +- docs/nitclk/conf.py | 2 +- docs/nitclk/examples.rst | 4 ++-- 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 ++-- 66 files changed, 112 insertions(+), 112 deletions(-) diff --git a/docs/nidcpower/conf.py b/docs/nidcpower/conf.py index 7bbd0b8c4..f06059e05 100644 --- a/docs/nidcpower/conf.py +++ b/docs/nidcpower/conf.py @@ -63,7 +63,7 @@ # built documents. # # The full version, including alpha/beta/rc tags. -release = '1.6.0' +release = '1.6.1.dev0' # The short X.Y version. version = release[:3] diff --git a/docs/nidcpower/examples.rst b/docs/nidcpower/examples.rst index 21a008db2..7e372bb61 100644 --- a/docs/nidcpower/examples.rst +++ b/docs/nidcpower/examples.rst @@ -1,7 +1,7 @@ Examples ======== -`You can download all nidcpower examples here `_ +`You can download all nidcpower examples for latest version here `_ nidcpower_advanced_sequence.py ------------------------------ @@ -10,7 +10,7 @@ nidcpower_advanced_sequence.py :language: python :linenos: :encoding: utf8 - :caption: `(nidcpower_advanced_sequence.py) `_ + :caption: `(nidcpower_advanced_sequence.py) `_ nidcpower_constant_resistance_and_constant_power.py --------------------------------------------------- @@ -19,7 +19,7 @@ nidcpower_constant_resistance_and_constant_power.py :language: python :linenos: :encoding: utf8 - :caption: `(nidcpower_constant_resistance_and_constant_power.py) `_ + :caption: `(nidcpower_constant_resistance_and_constant_power.py) `_ nidcpower_lcr_source_ac_voltage.py ---------------------------------- @@ -28,7 +28,7 @@ nidcpower_lcr_source_ac_voltage.py :language: python :linenos: :encoding: utf8 - :caption: `(nidcpower_lcr_source_ac_voltage.py) `_ + :caption: `(nidcpower_lcr_source_ac_voltage.py) `_ nidcpower_measure_record.py --------------------------- @@ -37,7 +37,7 @@ nidcpower_measure_record.py :language: python :linenos: :encoding: utf8 - :caption: `(nidcpower_measure_record.py) `_ + :caption: `(nidcpower_measure_record.py) `_ nidcpower_sink_dc_current_into_electronic_load.py ------------------------------------------------- @@ -46,7 +46,7 @@ nidcpower_sink_dc_current_into_electronic_load.py :language: python :linenos: :encoding: utf8 - :caption: `(nidcpower_sink_dc_current_into_electronic_load.py) `_ + :caption: `(nidcpower_sink_dc_current_into_electronic_load.py) `_ nidcpower_source_delay_measure.py --------------------------------- @@ -55,5 +55,5 @@ nidcpower_source_delay_measure.py :language: python :linenos: :encoding: utf8 - :caption: `(nidcpower_source_delay_measure.py) `_ + :caption: `(nidcpower_source_delay_measure.py) `_ diff --git a/docs/nidcpower/installation.inc b/docs/nidcpower/installation.inc index 7e6b5b2be..632f6a018 100644 --- a/docs/nidcpower/installation.inc +++ b/docs/nidcpower/installation.inc @@ -8,6 +8,6 @@ As a prerequisite to using the **nidcpower** module, you must install the NI-DCP The nimi-python modules (i.e. for **NI-DCPower**) can be installed with `pip `_:: - $ python -m pip install nidcpower~=1.6.0 + $ python -m pip install nidcpower diff --git a/docs/nidigital/conf.py b/docs/nidigital/conf.py index c7a9ee6aa..ed8a53674 100644 --- a/docs/nidigital/conf.py +++ b/docs/nidigital/conf.py @@ -63,7 +63,7 @@ # built documents. # # The full version, including alpha/beta/rc tags. -release = '1.5.0' +release = '1.5.1.dev0' # The short X.Y version. version = release[:3] diff --git a/docs/nidigital/examples.rst b/docs/nidigital/examples.rst index ecedf6b42..b8c8cc689 100644 --- a/docs/nidigital/examples.rst +++ b/docs/nidigital/examples.rst @@ -1,7 +1,7 @@ Examples ======== -`You can download all nidigital examples here `_ +`You can download all nidigital examples for latest version here `_ nidigital_burst_with_start_trigger.py ------------------------------------- @@ -10,7 +10,7 @@ nidigital_burst_with_start_trigger.py :language: python :linenos: :encoding: utf8 - :caption: `(nidigital_burst_with_start_trigger.py) `_ + :caption: `(nidigital_burst_with_start_trigger.py) `_ nidigital_configure_time_set_and_voltage_levels.py -------------------------------------------------- @@ -19,7 +19,7 @@ nidigital_configure_time_set_and_voltage_levels.py :language: python :linenos: :encoding: utf8 - :caption: `(nidigital_configure_time_set_and_voltage_levels.py) `_ + :caption: `(nidigital_configure_time_set_and_voltage_levels.py) `_ nidigital_ppmu_source_and_measure.py ------------------------------------ @@ -28,5 +28,5 @@ nidigital_ppmu_source_and_measure.py :language: python :linenos: :encoding: utf8 - :caption: `(nidigital_ppmu_source_and_measure.py) `_ + :caption: `(nidigital_ppmu_source_and_measure.py) `_ diff --git a/docs/nidigital/installation.inc b/docs/nidigital/installation.inc index 20e74ef5d..5cd8bdcdf 100644 --- a/docs/nidigital/installation.inc +++ b/docs/nidigital/installation.inc @@ -8,6 +8,6 @@ As a prerequisite to using the **nidigital** module, you must install the NI-Dig The nimi-python modules (i.e. for **NI-Digital Pattern Driver**) can be installed with `pip `_:: - $ python -m pip install nidigital~=1.5.0 + $ python -m pip install nidigital diff --git a/docs/nidmm/conf.py b/docs/nidmm/conf.py index 255207451..f5a794f67 100644 --- a/docs/nidmm/conf.py +++ b/docs/nidmm/conf.py @@ -63,7 +63,7 @@ # built documents. # # The full version, including alpha/beta/rc tags. -release = '1.5.0' +release = '1.5.1.dev0' # The short X.Y version. version = release[:3] diff --git a/docs/nidmm/examples.rst b/docs/nidmm/examples.rst index 7f2ec42e0..972a1dbc9 100644 --- a/docs/nidmm/examples.rst +++ b/docs/nidmm/examples.rst @@ -1,7 +1,7 @@ Examples ======== -`You can download all nidmm examples here `_ +`You can download all nidmm examples for latest version here `_ nidmm_fetch_waveform.py ----------------------- @@ -10,7 +10,7 @@ nidmm_fetch_waveform.py :language: python :linenos: :encoding: utf8 - :caption: `(nidmm_fetch_waveform.py) `_ + :caption: `(nidmm_fetch_waveform.py) `_ nidmm_measurement.py -------------------- @@ -19,7 +19,7 @@ nidmm_measurement.py :language: python :linenos: :encoding: utf8 - :caption: `(nidmm_measurement.py) `_ + :caption: `(nidmm_measurement.py) `_ nidmm_multi_point_measurement.py -------------------------------- @@ -28,5 +28,5 @@ nidmm_multi_point_measurement.py :language: python :linenos: :encoding: utf8 - :caption: `(nidmm_multi_point_measurement.py) `_ + :caption: `(nidmm_multi_point_measurement.py) `_ diff --git a/docs/nidmm/installation.inc b/docs/nidmm/installation.inc index dcceea276..6f6988efe 100644 --- a/docs/nidmm/installation.inc +++ b/docs/nidmm/installation.inc @@ -8,6 +8,6 @@ As a prerequisite to using the **nidmm** module, you must install the NI-DMM run The nimi-python modules (i.e. for **NI-DMM**) can be installed with `pip `_:: - $ python -m pip install nidmm~=1.5.0 + $ python -m pip install nidmm diff --git a/docs/nifgen/conf.py b/docs/nifgen/conf.py index 29141c6e8..dee423961 100644 --- a/docs/nifgen/conf.py +++ b/docs/nifgen/conf.py @@ -63,7 +63,7 @@ # built documents. # # The full version, including alpha/beta/rc tags. -release = '1.5.0' +release = '1.5.1.dev0' # The short X.Y version. version = release[:3] diff --git a/docs/nifgen/examples.rst b/docs/nifgen/examples.rst index 61255da16..3731f4bea 100644 --- a/docs/nifgen/examples.rst +++ b/docs/nifgen/examples.rst @@ -1,7 +1,7 @@ Examples ======== -`You can download all nifgen examples here `_ +`You can download all nifgen examples for latest version here `_ nifgen_arb_waveform.py ---------------------- @@ -10,7 +10,7 @@ nifgen_arb_waveform.py :language: python :linenos: :encoding: utf8 - :caption: `(nifgen_arb_waveform.py) `_ + :caption: `(nifgen_arb_waveform.py) `_ nifgen_script.py ---------------- @@ -19,7 +19,7 @@ nifgen_script.py :language: python :linenos: :encoding: utf8 - :caption: `(nifgen_script.py) `_ + :caption: `(nifgen_script.py) `_ nifgen_standard_function.py --------------------------- @@ -28,7 +28,7 @@ nifgen_standard_function.py :language: python :linenos: :encoding: utf8 - :caption: `(nifgen_standard_function.py) `_ + :caption: `(nifgen_standard_function.py) `_ nifgen_trigger.py ----------------- @@ -37,5 +37,5 @@ nifgen_trigger.py :language: python :linenos: :encoding: utf8 - :caption: `(nifgen_trigger.py) `_ + :caption: `(nifgen_trigger.py) `_ diff --git a/docs/nifgen/installation.inc b/docs/nifgen/installation.inc index 94d7cfc37..6bd29bc04 100644 --- a/docs/nifgen/installation.inc +++ b/docs/nifgen/installation.inc @@ -8,6 +8,6 @@ As a prerequisite to using the **nifgen** module, you must install the NI-FGEN r The nimi-python modules (i.e. for **NI-FGEN**) can be installed with `pip `_:: - $ python -m pip install nifgen~=1.5.0 + $ python -m pip install nifgen diff --git a/docs/nimodinst/conf.py b/docs/nimodinst/conf.py index d67aa8c75..44f06537e 100644 --- a/docs/nimodinst/conf.py +++ b/docs/nimodinst/conf.py @@ -63,7 +63,7 @@ # built documents. # # The full version, including alpha/beta/rc tags. -release = '1.5.0' +release = '1.5.1.dev0' # The short X.Y version. version = release[:3] diff --git a/docs/nimodinst/examples.rst b/docs/nimodinst/examples.rst index c0c1c2c35..4bbca650e 100644 --- a/docs/nimodinst/examples.rst +++ b/docs/nimodinst/examples.rst @@ -1,7 +1,7 @@ Examples ======== -`You can download all nimodinst examples here `_ +`You can download all nimodinst examples for latest version here `_ nimodinst_all_devices.py ------------------------ @@ -10,5 +10,5 @@ nimodinst_all_devices.py :language: python :linenos: :encoding: utf8 - :caption: `(nimodinst_all_devices.py) `_ + :caption: `(nimodinst_all_devices.py) `_ diff --git a/docs/nimodinst/installation.inc b/docs/nimodinst/installation.inc index 41f47233d..900aa8f7d 100644 --- a/docs/nimodinst/installation.inc +++ b/docs/nimodinst/installation.inc @@ -8,6 +8,6 @@ As a prerequisite to using the **nimodinst** module, you must install the NI-Mod The nimi-python modules (i.e. for **NI-ModInst**) can be installed with `pip `_:: - $ python -m pip install nimodinst~=1.5.0 + $ python -m pip install nimodinst diff --git a/docs/niscope/conf.py b/docs/niscope/conf.py index e32fe8658..c7c5668c5 100644 --- a/docs/niscope/conf.py +++ b/docs/niscope/conf.py @@ -63,7 +63,7 @@ # built documents. # # The full version, including alpha/beta/rc tags. -release = '1.5.0' +release = '1.5.1.dev0' # The short X.Y version. version = release[:3] diff --git a/docs/niscope/examples.rst b/docs/niscope/examples.rst index 07c1a55e3..71f84c469 100644 --- a/docs/niscope/examples.rst +++ b/docs/niscope/examples.rst @@ -1,7 +1,7 @@ Examples ======== -`You can download all niscope examples here `_ +`You can download all niscope examples for latest version here `_ niscope_fetch.py ---------------- @@ -10,7 +10,7 @@ niscope_fetch.py :language: python :linenos: :encoding: utf8 - :caption: `(niscope_fetch.py) `_ + :caption: `(niscope_fetch.py) `_ niscope_fetch_forever.py ------------------------ @@ -19,7 +19,7 @@ niscope_fetch_forever.py :language: python :linenos: :encoding: utf8 - :caption: `(niscope_fetch_forever.py) `_ + :caption: `(niscope_fetch_forever.py) `_ niscope_fetch_into.py --------------------- @@ -28,7 +28,7 @@ niscope_fetch_into.py :language: python :linenos: :encoding: utf8 - :caption: `(niscope_fetch_into.py) `_ + :caption: `(niscope_fetch_into.py) `_ niscope_read.py --------------- @@ -37,5 +37,5 @@ niscope_read.py :language: python :linenos: :encoding: utf8 - :caption: `(niscope_read.py) `_ + :caption: `(niscope_read.py) `_ diff --git a/docs/niscope/installation.inc b/docs/niscope/installation.inc index f7861efc9..ad9dcd958 100644 --- a/docs/niscope/installation.inc +++ b/docs/niscope/installation.inc @@ -8,6 +8,6 @@ As a prerequisite to using the **niscope** module, you must install the NI-SCOPE The nimi-python modules (i.e. for **NI-SCOPE**) can be installed with `pip `_:: - $ python -m pip install niscope~=1.5.0 + $ python -m pip install niscope diff --git a/docs/nise/conf.py b/docs/nise/conf.py index 8bde91eeb..9b2ad47c1 100644 --- a/docs/nise/conf.py +++ b/docs/nise/conf.py @@ -63,7 +63,7 @@ # built documents. # # The full version, including alpha/beta/rc tags. -release = '1.5.0' +release = '1.5.1.dev0' # The short X.Y version. version = release[:3] diff --git a/docs/nise/examples.rst b/docs/nise/examples.rst index bbc78f919..241a02704 100644 --- a/docs/nise/examples.rst +++ b/docs/nise/examples.rst @@ -1,7 +1,7 @@ Examples ======== -`You can download all nise examples here `_ +`You can download all nise examples for latest version here `_ nise_basic_example.py --------------------- @@ -10,5 +10,5 @@ nise_basic_example.py :language: python :linenos: :encoding: utf8 - :caption: `(nise_basic_example.py) `_ + :caption: `(nise_basic_example.py) `_ diff --git a/docs/nise/installation.inc b/docs/nise/installation.inc index a1e2d5e87..6f9ec7e9d 100644 --- a/docs/nise/installation.inc +++ b/docs/nise/installation.inc @@ -8,6 +8,6 @@ As a prerequisite to using the **nise** module, you must install the NI Switch E The nimi-python modules (i.e. for **NI Switch Executive**) can be installed with `pip `_:: - $ python -m pip install nise~=1.5.0 + $ python -m pip install nise diff --git a/docs/niswitch/conf.py b/docs/niswitch/conf.py index 3fe69f702..d5940d805 100644 --- a/docs/niswitch/conf.py +++ b/docs/niswitch/conf.py @@ -63,7 +63,7 @@ # built documents. # # The full version, including alpha/beta/rc tags. -release = '1.5.0' +release = '1.5.1.dev0' # The short X.Y version. version = release[:3] diff --git a/docs/niswitch/examples.rst b/docs/niswitch/examples.rst index 490f6b934..f2c8dfef1 100644 --- a/docs/niswitch/examples.rst +++ b/docs/niswitch/examples.rst @@ -1,7 +1,7 @@ Examples ======== -`You can download all niswitch examples here `_ +`You can download all niswitch examples for latest version here `_ niswitch_connect_channels.py ---------------------------- @@ -10,7 +10,7 @@ niswitch_connect_channels.py :language: python :linenos: :encoding: utf8 - :caption: `(niswitch_connect_channels.py) `_ + :caption: `(niswitch_connect_channels.py) `_ niswitch_get_device_info.py --------------------------- @@ -19,7 +19,7 @@ niswitch_get_device_info.py :language: python :linenos: :encoding: utf8 - :caption: `(niswitch_get_device_info.py) `_ + :caption: `(niswitch_get_device_info.py) `_ niswitch_relay_control.py ------------------------- @@ -28,5 +28,5 @@ niswitch_relay_control.py :language: python :linenos: :encoding: utf8 - :caption: `(niswitch_relay_control.py) `_ + :caption: `(niswitch_relay_control.py) `_ diff --git a/docs/niswitch/installation.inc b/docs/niswitch/installation.inc index 5d10a249b..200e67ac4 100644 --- a/docs/niswitch/installation.inc +++ b/docs/niswitch/installation.inc @@ -8,6 +8,6 @@ As a prerequisite to using the **niswitch** module, you must install the NI-SWIT The nimi-python modules (i.e. for **NI-SWITCH**) can be installed with `pip `_:: - $ python -m pip install niswitch~=1.5.0 + $ python -m pip install niswitch diff --git a/docs/nitclk/conf.py b/docs/nitclk/conf.py index 9e0fcdd4c..2a4f3864b 100644 --- a/docs/nitclk/conf.py +++ b/docs/nitclk/conf.py @@ -63,7 +63,7 @@ # built documents. # # The full version, including alpha/beta/rc tags. -release = '1.5.0' +release = '1.5.1.dev0' # The short X.Y version. version = release[:3] diff --git a/docs/nitclk/examples.rst b/docs/nitclk/examples.rst index cec8bdca1..34e507997 100644 --- a/docs/nitclk/examples.rst +++ b/docs/nitclk/examples.rst @@ -1,7 +1,7 @@ Examples ======== -`You can download all nitclk examples here `_ +`You can download all nitclk examples for latest version here `_ nitclk_niscope_synchronize_with_trigger.py ------------------------------------------ @@ -10,5 +10,5 @@ nitclk_niscope_synchronize_with_trigger.py :language: python :linenos: :encoding: utf8 - :caption: `(nitclk_niscope_synchronize_with_trigger.py) `_ + :caption: `(nitclk_niscope_synchronize_with_trigger.py) `_ diff --git a/docs/nitclk/installation.inc b/docs/nitclk/installation.inc index 76c038646..c4b440487 100644 --- a/docs/nitclk/installation.inc +++ b/docs/nitclk/installation.inc @@ -8,6 +8,6 @@ As a prerequisite to using the **nitclk** module, you must install the NI-TClk r The nimi-python modules (i.e. for **NI-TClk**) can be installed with `pip `_:: - $ python -m pip install nitclk~=1.5.0 + $ python -m pip install nitclk diff --git a/generated/nidcpower/README.rst b/generated/nidcpower/README.rst index a3228222b..896ea8397 100644 --- a/generated/nidcpower/README.rst +++ b/generated/nidcpower/README.rst @@ -104,7 +104,7 @@ As a prerequisite to using the **nidcpower** module, you must install the NI-DCP The nimi-python modules (i.e. for **NI-DCPower**) can be installed with `pip `_:: - $ python -m pip install nidcpower~=1.6.0 + $ python -m pip install nidcpower Contributing diff --git a/generated/nidcpower/nidcpower/VERSION b/generated/nidcpower/nidcpower/VERSION index 8c77e04d6..f26f5a3d3 100644 --- a/generated/nidcpower/nidcpower/VERSION +++ b/generated/nidcpower/nidcpower/VERSION @@ -1,2 +1,2 @@ -1.6.0 +1.6.1.dev0 diff --git a/generated/nidcpower/nidcpower/__init__.py b/generated/nidcpower/nidcpower/__init__.py index 1a3ad5b44..3236b9a78 100644 --- a/generated/nidcpower/nidcpower/__init__.py +++ b/generated/nidcpower/nidcpower/__init__.py @@ -2,7 +2,7 @@ # This file was generated -__version__ = '1.6.0' +__version__ = '1.6.1.dev0' from nidcpower.enums import * # noqa: F403,F401,H303 from nidcpower.errors import DriverWarning # noqa: F401 @@ -81,7 +81,7 @@ def is_venv(): info['driver']['name'] = "NI-DCPower" info['driver']['version'] = driver_version info['module']['name'] = 'nidcpower' - info['module']['version'] = "1.6.0" + info['module']['version'] = "1.6.1.dev0" 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 7f80d1173..cb3b1d744 100644 --- a/generated/nidcpower/setup.py +++ b/generated/nidcpower/setup.py @@ -16,7 +16,7 @@ def read_contents(file_to_read): setup( name=pypi_name, zip_safe=True, - version='1.6.0', + version='1.6.1.dev0', description='NI-DCPower Python API', long_description=read_contents('README.rst'), long_description_content_type='text/x-rst', @@ -41,7 +41,7 @@ def read_contents(file_to_read): ], }, classifiers=[ - "Development Status :: 5 - Production/Stable", + "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Intended Audience :: Manufacturing", "Intended Audience :: Science/Research", diff --git a/generated/nidigital/README.rst b/generated/nidigital/README.rst index 70ff8baec..9ff6163ef 100644 --- a/generated/nidigital/README.rst +++ b/generated/nidigital/README.rst @@ -104,7 +104,7 @@ As a prerequisite to using the **nidigital** module, you must install the NI-Dig The nimi-python modules (i.e. for **NI-Digital Pattern Driver**) can be installed with `pip `_:: - $ python -m pip install nidigital~=1.5.0 + $ python -m pip install nidigital Contributing diff --git a/generated/nidigital/nidigital/VERSION b/generated/nidigital/nidigital/VERSION index a715b55db..d3f543b93 100644 --- a/generated/nidigital/nidigital/VERSION +++ b/generated/nidigital/nidigital/VERSION @@ -1,2 +1,2 @@ -1.5.0 +1.5.1.dev0 diff --git a/generated/nidigital/nidigital/__init__.py b/generated/nidigital/nidigital/__init__.py index 122ed194e..1384b3127 100644 --- a/generated/nidigital/nidigital/__init__.py +++ b/generated/nidigital/nidigital/__init__.py @@ -2,7 +2,7 @@ # This file was generated -__version__ = '1.5.0' +__version__ = '1.5.1.dev0' from nidigital.enums import * # noqa: F403,F401,H303 from nidigital.errors import DriverWarning # noqa: F401 @@ -75,7 +75,7 @@ def is_venv(): info['driver']['name'] = "NI-Digital Pattern Driver" info['driver']['version'] = driver_version info['module']['name'] = 'nidigital' - info['module']['version'] = "1.5.0" + info['module']['version'] = "1.5.1.dev0" 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 3f56deb74..bc67dfa27 100644 --- a/generated/nidigital/setup.py +++ b/generated/nidigital/setup.py @@ -16,7 +16,7 @@ def read_contents(file_to_read): setup( name=pypi_name, zip_safe=True, - version='1.5.0', + version='1.5.1.dev0', description='NI-Digital Pattern Driver Python API', long_description=read_contents('README.rst'), long_description_content_type='text/x-rst', @@ -42,7 +42,7 @@ def read_contents(file_to_read): ], }, classifiers=[ - "Development Status :: 5 - Production/Stable", + "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Intended Audience :: Manufacturing", "Intended Audience :: Science/Research", diff --git a/generated/nidmm/README.rst b/generated/nidmm/README.rst index b044381d2..cc8a612d0 100644 --- a/generated/nidmm/README.rst +++ b/generated/nidmm/README.rst @@ -104,7 +104,7 @@ As a prerequisite to using the **nidmm** module, you must install the NI-DMM run The nimi-python modules (i.e. for **NI-DMM**) can be installed with `pip `_:: - $ python -m pip install nidmm~=1.5.0 + $ python -m pip install nidmm Contributing diff --git a/generated/nidmm/nidmm/VERSION b/generated/nidmm/nidmm/VERSION index a715b55db..d3f543b93 100644 --- a/generated/nidmm/nidmm/VERSION +++ b/generated/nidmm/nidmm/VERSION @@ -1,2 +1,2 @@ -1.5.0 +1.5.1.dev0 diff --git a/generated/nidmm/nidmm/__init__.py b/generated/nidmm/nidmm/__init__.py index ffa46ee14..9ce05942d 100644 --- a/generated/nidmm/nidmm/__init__.py +++ b/generated/nidmm/nidmm/__init__.py @@ -2,7 +2,7 @@ # This file was generated -__version__ = '1.5.0' +__version__ = '1.5.1.dev0' from nidmm.enums import * # noqa: F403,F401,H303 from nidmm.errors import DriverWarning # noqa: F401 @@ -73,7 +73,7 @@ def is_venv(): info['driver']['name'] = "NI-DMM" info['driver']['version'] = driver_version info['module']['name'] = 'nidmm' - info['module']['version'] = "1.5.0" + info['module']['version'] = "1.5.1.dev0" 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 9ed56d62e..0d63b41db 100644 --- a/generated/nidmm/setup.py +++ b/generated/nidmm/setup.py @@ -16,7 +16,7 @@ def read_contents(file_to_read): setup( name=pypi_name, zip_safe=True, - version='1.5.0', + version='1.5.1.dev0', description='NI-DMM Python API', long_description=read_contents('README.rst'), long_description_content_type='text/x-rst', @@ -41,7 +41,7 @@ def read_contents(file_to_read): ], }, classifiers=[ - "Development Status :: 5 - Production/Stable", + "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Intended Audience :: Manufacturing", "Intended Audience :: Science/Research", diff --git a/generated/nifake/nifake/VERSION b/generated/nifake/nifake/VERSION index a715b55db..d3f543b93 100644 --- a/generated/nifake/nifake/VERSION +++ b/generated/nifake/nifake/VERSION @@ -1,2 +1,2 @@ -1.5.0 +1.5.1.dev0 diff --git a/generated/nifake/nifake/__init__.py b/generated/nifake/nifake/__init__.py index 4a5d7b032..39f4542a3 100644 --- a/generated/nifake/nifake/__init__.py +++ b/generated/nifake/nifake/__init__.py @@ -2,7 +2,7 @@ # This file was generated -__version__ = '1.5.0' +__version__ = '1.5.1.dev0' from nifake.enums import * # noqa: F403,F401,H303 from nifake.errors import DriverWarning # noqa: F401 @@ -85,7 +85,7 @@ def is_venv(): info['driver']['name'] = "NI-FAKE" info['driver']['version'] = driver_version info['module']['name'] = 'nifake' - info['module']['version'] = "1.5.0" + info['module']['version'] = "1.5.1.dev0" 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 d60dd52bb..c21dd1486 100644 --- a/generated/nifake/setup.py +++ b/generated/nifake/setup.py @@ -16,7 +16,7 @@ def read_contents(file_to_read): setup( name=pypi_name, zip_safe=True, - version='1.5.0', + version='1.5.1.dev0', description='NI-FAKE Python API', long_description=read_contents('README.rst'), long_description_content_type='text/x-rst', @@ -43,7 +43,7 @@ def read_contents(file_to_read): ], }, classifiers=[ - "Development Status :: 5 - Production/Stable", + "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Intended Audience :: Manufacturing", "Intended Audience :: Science/Research", diff --git a/generated/nifgen/README.rst b/generated/nifgen/README.rst index 41df15431..17c6fe1fb 100644 --- a/generated/nifgen/README.rst +++ b/generated/nifgen/README.rst @@ -104,7 +104,7 @@ As a prerequisite to using the **nifgen** module, you must install the NI-FGEN r The nimi-python modules (i.e. for **NI-FGEN**) can be installed with `pip `_:: - $ python -m pip install nifgen~=1.5.0 + $ python -m pip install nifgen Contributing diff --git a/generated/nifgen/nifgen/VERSION b/generated/nifgen/nifgen/VERSION index a715b55db..d3f543b93 100644 --- a/generated/nifgen/nifgen/VERSION +++ b/generated/nifgen/nifgen/VERSION @@ -1,2 +1,2 @@ -1.5.0 +1.5.1.dev0 diff --git a/generated/nifgen/nifgen/__init__.py b/generated/nifgen/nifgen/__init__.py index 61801426e..abfc81a83 100644 --- a/generated/nifgen/nifgen/__init__.py +++ b/generated/nifgen/nifgen/__init__.py @@ -2,7 +2,7 @@ # This file was generated -__version__ = '1.5.0' +__version__ = '1.5.1.dev0' from nifgen.enums import * # noqa: F403,F401,H303 from nifgen.errors import DriverWarning # noqa: F401 @@ -73,7 +73,7 @@ def is_venv(): info['driver']['name'] = "NI-FGEN" info['driver']['version'] = driver_version info['module']['name'] = 'nifgen' - info['module']['version'] = "1.5.0" + info['module']['version'] = "1.5.1.dev0" 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 0cec1b14b..88aa09e46 100644 --- a/generated/nifgen/setup.py +++ b/generated/nifgen/setup.py @@ -16,7 +16,7 @@ def read_contents(file_to_read): setup( name=pypi_name, zip_safe=True, - version='1.5.0', + version='1.5.1.dev0', description='NI-FGEN Python API', long_description=read_contents('README.rst'), long_description_content_type='text/x-rst', @@ -42,7 +42,7 @@ def read_contents(file_to_read): ], }, classifiers=[ - "Development Status :: 5 - Production/Stable", + "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Intended Audience :: Manufacturing", "Intended Audience :: Science/Research", diff --git a/generated/nimodinst/README.rst b/generated/nimodinst/README.rst index d1f9f9b14..ee0fdff0c 100644 --- a/generated/nimodinst/README.rst +++ b/generated/nimodinst/README.rst @@ -104,7 +104,7 @@ As a prerequisite to using the **nimodinst** module, you must install the NI-Mod The nimi-python modules (i.e. for **NI-ModInst**) can be installed with `pip `_:: - $ python -m pip install nimodinst~=1.5.0 + $ python -m pip install nimodinst Contributing diff --git a/generated/nimodinst/nimodinst/VERSION b/generated/nimodinst/nimodinst/VERSION index a715b55db..d3f543b93 100644 --- a/generated/nimodinst/nimodinst/VERSION +++ b/generated/nimodinst/nimodinst/VERSION @@ -1,2 +1,2 @@ -1.5.0 +1.5.1.dev0 diff --git a/generated/nimodinst/nimodinst/__init__.py b/generated/nimodinst/nimodinst/__init__.py index 634dafd4e..6a7dd86e3 100644 --- a/generated/nimodinst/nimodinst/__init__.py +++ b/generated/nimodinst/nimodinst/__init__.py @@ -2,7 +2,7 @@ # This file was generated -__version__ = '1.5.0' +__version__ = '1.5.1.dev0' from nimodinst.errors import DriverWarning # noqa: F401 from nimodinst.errors import Error # noqa: F401 @@ -71,7 +71,7 @@ def is_venv(): info['driver']['name'] = "NI-ModInst" info['driver']['version'] = driver_version info['module']['name'] = 'nimodinst' - info['module']['version'] = "1.5.0" + info['module']['version'] = "1.5.1.dev0" 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 c7410c7e2..706d39ddb 100644 --- a/generated/nimodinst/setup.py +++ b/generated/nimodinst/setup.py @@ -16,7 +16,7 @@ def read_contents(file_to_read): setup( name=pypi_name, zip_safe=True, - version='1.5.0', + version='1.5.1.dev0', description='NI-ModInst Python API', long_description=read_contents('README.rst'), long_description_content_type='text/x-rst', @@ -34,7 +34,7 @@ def read_contents(file_to_read): 'hightime>=0.2.0', ], classifiers=[ - "Development Status :: 5 - Production/Stable", + "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Intended Audience :: Manufacturing", "Intended Audience :: Science/Research", diff --git a/generated/niscope/README.rst b/generated/niscope/README.rst index b77f590e9..4f23d6e16 100644 --- a/generated/niscope/README.rst +++ b/generated/niscope/README.rst @@ -104,7 +104,7 @@ As a prerequisite to using the **niscope** module, you must install the NI-SCOPE The nimi-python modules (i.e. for **NI-SCOPE**) can be installed with `pip `_:: - $ python -m pip install niscope~=1.5.0 + $ python -m pip install niscope Contributing diff --git a/generated/niscope/niscope/VERSION b/generated/niscope/niscope/VERSION index a715b55db..d3f543b93 100644 --- a/generated/niscope/niscope/VERSION +++ b/generated/niscope/niscope/VERSION @@ -1,2 +1,2 @@ -1.5.0 +1.5.1.dev0 diff --git a/generated/niscope/niscope/__init__.py b/generated/niscope/niscope/__init__.py index e6410ddcb..7a33a7224 100644 --- a/generated/niscope/niscope/__init__.py +++ b/generated/niscope/niscope/__init__.py @@ -2,7 +2,7 @@ # This file was generated -__version__ = '1.5.0' +__version__ = '1.5.1.dev0' from niscope.enums import * # noqa: F403,F401,H303 from niscope.errors import DriverWarning # noqa: F401 @@ -79,7 +79,7 @@ def is_venv(): info['driver']['name'] = "NI-SCOPE" info['driver']['version'] = driver_version info['module']['name'] = 'niscope' - info['module']['version'] = "1.5.0" + info['module']['version'] = "1.5.1.dev0" 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 71aa63416..ae6133afe 100644 --- a/generated/niscope/setup.py +++ b/generated/niscope/setup.py @@ -16,7 +16,7 @@ def read_contents(file_to_read): setup( name=pypi_name, zip_safe=True, - version='1.5.0', + version='1.5.1.dev0', description='NI-SCOPE Python API', long_description=read_contents('README.rst'), long_description_content_type='text/x-rst', @@ -42,7 +42,7 @@ def read_contents(file_to_read): ], }, classifiers=[ - "Development Status :: 5 - Production/Stable", + "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Intended Audience :: Manufacturing", "Intended Audience :: Science/Research", diff --git a/generated/nise/README.rst b/generated/nise/README.rst index 763c1e512..17276b87f 100644 --- a/generated/nise/README.rst +++ b/generated/nise/README.rst @@ -104,7 +104,7 @@ As a prerequisite to using the **nise** module, you must install the NI Switch E The nimi-python modules (i.e. for **NI Switch Executive**) can be installed with `pip `_:: - $ python -m pip install nise~=1.5.0 + $ python -m pip install nise Contributing diff --git a/generated/nise/nise/VERSION b/generated/nise/nise/VERSION index a715b55db..d3f543b93 100644 --- a/generated/nise/nise/VERSION +++ b/generated/nise/nise/VERSION @@ -1,2 +1,2 @@ -1.5.0 +1.5.1.dev0 diff --git a/generated/nise/nise/__init__.py b/generated/nise/nise/__init__.py index 131c4bc0d..b59e1efc0 100644 --- a/generated/nise/nise/__init__.py +++ b/generated/nise/nise/__init__.py @@ -2,7 +2,7 @@ # This file was generated -__version__ = '1.5.0' +__version__ = '1.5.1.dev0' from nise.enums import * # noqa: F403,F401,H303 from nise.errors import DriverWarning # noqa: F401 @@ -72,7 +72,7 @@ def is_venv(): info['driver']['name'] = "NI Switch Executive" info['driver']['version'] = driver_version info['module']['name'] = 'nise' - info['module']['version'] = "1.5.0" + info['module']['version'] = "1.5.1.dev0" 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 fa28df87f..73e48d54e 100644 --- a/generated/nise/setup.py +++ b/generated/nise/setup.py @@ -16,7 +16,7 @@ def read_contents(file_to_read): setup( name=pypi_name, zip_safe=True, - version='1.5.0', + version='1.5.1.dev0', description='NI Switch Executive Python API', long_description=read_contents('README.rst'), long_description_content_type='text/x-rst', @@ -34,7 +34,7 @@ def read_contents(file_to_read): 'hightime>=0.2.0', ], classifiers=[ - "Development Status :: 5 - Production/Stable", + "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Intended Audience :: Manufacturing", "Intended Audience :: Science/Research", diff --git a/generated/niswitch/README.rst b/generated/niswitch/README.rst index 69ebd7fc0..ca2a3f053 100644 --- a/generated/niswitch/README.rst +++ b/generated/niswitch/README.rst @@ -104,7 +104,7 @@ As a prerequisite to using the **niswitch** module, you must install the NI-SWIT The nimi-python modules (i.e. for **NI-SWITCH**) can be installed with `pip `_:: - $ python -m pip install niswitch~=1.5.0 + $ python -m pip install niswitch Contributing diff --git a/generated/niswitch/niswitch/VERSION b/generated/niswitch/niswitch/VERSION index a715b55db..d3f543b93 100644 --- a/generated/niswitch/niswitch/VERSION +++ b/generated/niswitch/niswitch/VERSION @@ -1,2 +1,2 @@ -1.5.0 +1.5.1.dev0 diff --git a/generated/niswitch/niswitch/__init__.py b/generated/niswitch/niswitch/__init__.py index ca74b6ad9..31560247a 100644 --- a/generated/niswitch/niswitch/__init__.py +++ b/generated/niswitch/niswitch/__init__.py @@ -2,7 +2,7 @@ # This file was generated -__version__ = '1.5.0' +__version__ = '1.5.1.dev0' from niswitch.enums import * # noqa: F403,F401,H303 from niswitch.errors import DriverWarning # noqa: F401 @@ -73,7 +73,7 @@ def is_venv(): info['driver']['name'] = "NI-SWITCH" info['driver']['version'] = driver_version info['module']['name'] = 'niswitch' - info['module']['version'] = "1.5.0" + info['module']['version'] = "1.5.1.dev0" 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 ec29676ed..710436644 100644 --- a/generated/niswitch/setup.py +++ b/generated/niswitch/setup.py @@ -16,7 +16,7 @@ def read_contents(file_to_read): setup( name=pypi_name, zip_safe=True, - version='1.5.0', + version='1.5.1.dev0', description='NI-SWITCH Python API', long_description=read_contents('README.rst'), long_description_content_type='text/x-rst', @@ -41,7 +41,7 @@ def read_contents(file_to_read): ], }, classifiers=[ - "Development Status :: 5 - Production/Stable", + "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Intended Audience :: Manufacturing", "Intended Audience :: Science/Research", diff --git a/generated/nitclk/README.rst b/generated/nitclk/README.rst index 7add68e59..960de3b14 100644 --- a/generated/nitclk/README.rst +++ b/generated/nitclk/README.rst @@ -104,7 +104,7 @@ As a prerequisite to using the **nitclk** module, you must install the NI-TClk r The nimi-python modules (i.e. for **NI-TClk**) can be installed with `pip `_:: - $ python -m pip install nitclk~=1.5.0 + $ python -m pip install nitclk Contributing diff --git a/generated/nitclk/nitclk/VERSION b/generated/nitclk/nitclk/VERSION index a715b55db..d3f543b93 100644 --- a/generated/nitclk/nitclk/VERSION +++ b/generated/nitclk/nitclk/VERSION @@ -1,2 +1,2 @@ -1.5.0 +1.5.1.dev0 diff --git a/generated/nitclk/nitclk/__init__.py b/generated/nitclk/nitclk/__init__.py index fcb6c6a50..60e817d30 100644 --- a/generated/nitclk/nitclk/__init__.py +++ b/generated/nitclk/nitclk/__init__.py @@ -2,7 +2,7 @@ # This file was generated -__version__ = '1.5.0' +__version__ = '1.5.1.dev0' from nitclk.errors import DriverWarning # noqa: F401 from nitclk.errors import Error # noqa: F401 @@ -81,7 +81,7 @@ def is_venv(): info['driver']['name'] = "NI-TClk" info['driver']['version'] = driver_version info['module']['name'] = 'nitclk' - info['module']['version'] = "1.5.0" + info['module']['version'] = "1.5.1.dev0" 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 23054b73d..a18498adb 100644 --- a/generated/nitclk/setup.py +++ b/generated/nitclk/setup.py @@ -16,7 +16,7 @@ def read_contents(file_to_read): setup( name=pypi_name, zip_safe=True, - version='1.5.0', + version='1.5.1.dev0', description='NI-TClk Python API', long_description=read_contents('README.rst'), long_description_content_type='text/x-rst', @@ -34,7 +34,7 @@ def read_contents(file_to_read): 'hightime>=0.2.0', ], classifiers=[ - "Development Status :: 5 - Production/Stable", + "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Intended Audience :: Manufacturing", "Intended Audience :: Science/Research", From 436d6f318f128437dfde4497047af76329a08043 Mon Sep 17 00:00:00 2001 From: mohit-emerson Date: Fri, 31 Jul 2026 06:03:37 +0000 Subject: [PATCH 3/3] changelog updated --- CHANGELOG.md | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0959efdc2..2d03a32cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,8 @@ --- ### nidcpower (NI-DCPower) + + [Unreleased](#nidcpower-unreleased) - [1.6.0](#nidcpower-160---2026-07-30) - [1.5.0](#nidcpower-150---2025-07-01) - [1.4.9](#nidcpower-149---2025-02-26) @@ -48,6 +50,11 @@ - [0.4.0](#nidcpower-040---2017-11-07) - [0.3.0](#nidcpower-030---2017-10-13) +#### [nidcpower] Unreleased +- Added +- Changed +- Removed + #### [nidcpower] 1.6.0 - 2026-07-30 - Added - Python 3.14 Support @@ -526,6 +533,7 @@ ### nidigital (NI-Digital Pattern Driver) + [Unreleased](#nidigital-unreleased) - [1.5.0](#nidigital-150---2026-07-30) - [1.4.9](#nidigital-149---2025-02-26) - [1.4.8](#nidigital-148---2024-04-26) @@ -544,6 +552,11 @@ - [0.2.0](#nidigital-020---2019-11-19) - [0.1.1](#nidigital-011---2019-10-21) +#### [nidigital] Unreleased +- Added +- Changed +- Removed + #### [nidigital] 1.5.0 - 2026-07-30 - Added - Python 3.14 Support @@ -749,6 +762,7 @@ ### nidmm (NI-DMM) + [Unreleased](#nidmm-unreleased) - [1.5.0](#nidmm-150---2026-07-30) - [1.4.9](#nidmm-149---2025-02-26) - [1.4.8](#nidmm-148---2024-04-26) @@ -779,6 +793,11 @@ - [0.2.0](#nidmm-020---2017-09-20) - [0.1.0](#nidmm-010---2017-09-01) +#### [nidmm] Unreleased +- Added +- Changed +- Removed + #### [nidmm] 1.5.0 - 2026-07-30 - Added - Python 3.14 Support @@ -1067,6 +1086,7 @@ ### nifgen (NI-FGEN) + [Unreleased](#nifgen-unreleased) - [1.5.0](#nifgen-150---2026-07-30) - [1.4.9](#nifgen-149---2025-02-26) - [1.4.8](#nifgen-148---2024-04-26) @@ -1096,6 +1116,11 @@ - [0.5.0](#nifgen-050---2017-11-27) - [0.4.0](#nifgen-040---2017-11-07) +#### [nifgen] Unreleased +- Added +- Changed +- Removed + #### [nifgen] 1.5.0 - 2026-07-30 - Added - Python 3.14 Support @@ -1446,6 +1471,7 @@ ### nimodinst (NI-ModInst) + [Unreleased](#nimodinst-unreleased) - [1.5.0](#nimodinst-150---2026-07-30) - [1.4.9](#nimodinst-149---2025-02-26) - [1.4.8](#nimodinst-148---2024-04-26) @@ -1474,6 +1500,11 @@ - [0.3.0](#nimodinst-030---2017-10-13) - [0.2.0](#nimodinst-020---2017-09-20) +#### [nimodinst] Unreleased +- Added +- Changed +- Removed + #### [nimodinst] 1.5.0 - 2026-07-30 - Added - Python 3.14 Support @@ -1694,6 +1725,7 @@ --- ### nirfsg (NI-RFSG) + - [Unreleased](#nirfsg-unreleased) - [1.2.0](#nirfsg-120---2026-07-29) - [1.1.0](#nirfsg-110---2026-04-17) @@ -1811,6 +1843,7 @@ ### niscope (NI-SCOPE) + [Unreleased](#niscope-unreleased) - [1.5.0](#niscope-150---2026-07-30) - [1.4.9](#niscope-149---2025-02-26) - [1.4.8](#niscope-148---2024-04-26) @@ -1837,6 +1870,11 @@ - [0.6.0](#niscope-060---2017-12-20) - [0.5.0](#niscope-050---2017-11-27) +#### [niscope] Unreleased +- Added +- Changed +- Removed + #### [niscope] 1.5.0 - 2026-07-30 - Added - Python 3.14 Support @@ -2258,6 +2296,7 @@ ### nise (NI Switch Executive) + [Unreleased](#nise-unreleased) - [1.5.0](#nise-150---2026-07-30) - [1.4.9](#nise-149---2025-02-26) - [1.4.8](#nise-148---2024-04-26) @@ -2278,6 +2317,11 @@ - [0.2.0](#nise-020---2018-10-25) - [0.1.0](#nise-010---2018-10-17) +#### [nise] Unreleased +- Added +- Changed +- Removed + #### [nise] 1.5.0 - 2026-07-30 - Added - Python 3.14 Support @@ -2406,6 +2450,7 @@ ### niswitch (NI-SWITCH) + [Unreleased](#niswitch-unreleased) - [1.5.0](#niswitch-150---2026-07-30) - [1.4.9](#niswitch-149---2025-02-26) - [1.4.8](#niswitch-148---2024-04-26) @@ -2436,6 +2481,11 @@ - [0.3.0](#niswitch-030---2017-10-13) - [0.2.0](#niswitch-020---2017-09-20) +#### [niswitch] Unreleased +- Added +- Changed +- Removed + #### [niswitch] 1.5.0 - 2026-07-30 - Added - Python 3.14 Support @@ -2671,6 +2721,7 @@ ### nitclk (NI-TClk) + [Unreleased](#nitclk-unreleased) - [1.5.0](#nitclk-150---2026-07-30) - [1.4.9](#nitclk-149---2025-02-26) - [1.4.8](#nitclk-148---2024-04-26) @@ -2689,6 +2740,11 @@ - [0.3.0](#nitclk-030---2019-11-19) - [0.1.0](#nitclk-010---2019-10-21) +#### [nitclk] Unreleased +- Added +- Changed +- Removed + #### [nitclk] 1.5.0 - 2026-07-30 - Added - Python 3.14 Support