diff --git a/docs/conf.py b/docs/conf.py index 8dde67b7f..fdbb9975a 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.2.dev0' +release = '1.1.2' # The short X.Y version. version = release[:3] diff --git a/docs/nidcpower/installation.inc b/docs/nidcpower/installation.inc index 973ab1445..dfd11f0cd 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~=1.1.2.dev0 + $ python -m pip install nidcpower~=1.1.2 Or **easy_install** from `setuptools `_:: diff --git a/docs/nidmm/installation.inc b/docs/nidmm/installation.inc index 606c2c5ab..5872123cd 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~=1.1.2.dev0 + $ python -m pip install nidmm~=1.1.2 Or **easy_install** from `setuptools `_:: diff --git a/docs/nifgen/installation.inc b/docs/nifgen/installation.inc index 6298e926c..00184157f 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~=1.1.2.dev0 + $ python -m pip install nifgen~=1.1.2 Or **easy_install** from `setuptools `_:: diff --git a/docs/nimodinst/installation.inc b/docs/nimodinst/installation.inc index 1889a3004..507bd78db 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~=1.1.2.dev0 + $ python -m pip install nimodinst~=1.1.2 Or **easy_install** from `setuptools `_:: diff --git a/docs/niscope/installation.inc b/docs/niscope/installation.inc index b25781f1d..fe31b229d 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~=1.1.2.dev0 + $ python -m pip install niscope~=1.1.2 Or **easy_install** from `setuptools `_:: diff --git a/docs/nise/installation.inc b/docs/nise/installation.inc index c38f20e7d..ab1fe65f6 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~=0.2.2.dev0 + $ python -m pip install nise~=0.2.2 Or **easy_install** from `setuptools `_:: diff --git a/docs/niswitch/installation.inc b/docs/niswitch/installation.inc index 4f4273d7b..915d70ae2 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~=1.1.2.dev0 + $ python -m pip install niswitch~=1.1.2 Or **easy_install** from `setuptools `_:: diff --git a/generated/nidcpower/__init__.py b/generated/nidcpower/__init__.py index 2a72a294d..94a8d1b49 100644 --- a/generated/nidcpower/__init__.py +++ b/generated/nidcpower/__init__.py @@ -2,7 +2,7 @@ # This file was generated -__version__ = '1.1.2.dev0' +__version__ = '1.1.2' 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.2.dev0" + info['module']['version'] = "1.1.2" 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 d03e1613c..a25b854d6 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.2.dev0', + version='1.1.2', description='NI-DCPower Python API', long_description=read_contents('README.rst'), long_description_content_type='text/x-rst', diff --git a/generated/nidmm/__init__.py b/generated/nidmm/__init__.py index e9f7452c7..066bb832a 100644 --- a/generated/nidmm/__init__.py +++ b/generated/nidmm/__init__.py @@ -2,7 +2,7 @@ # This file was generated -__version__ = '1.1.2.dev0' +__version__ = '1.1.2' 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.2.dev0" + info['module']['version'] = "1.1.2" 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 8ba7df058..a6bb08b14 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.2.dev0', + version='1.1.2', description='NI-DMM Python API', long_description=read_contents('README.rst'), long_description_content_type='text/x-rst', diff --git a/generated/nifake/__init__.py b/generated/nifake/__init__.py index cedd1f9de..3fc68e355 100644 --- a/generated/nifake/__init__.py +++ b/generated/nifake/__init__.py @@ -2,7 +2,7 @@ # This file was generated -__version__ = '1.1.2.dev0' +__version__ = '1.1.2' 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.2.dev0" + info['module']['version'] = "1.1.2" 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 0248d6130..7f808a6c7 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.2.dev0', + version='1.1.2', description='NI-FAKE Python API', long_description=read_contents('README.rst'), long_description_content_type='text/x-rst', diff --git a/generated/nifgen/__init__.py b/generated/nifgen/__init__.py index 6bea89c7f..33b5d8329 100644 --- a/generated/nifgen/__init__.py +++ b/generated/nifgen/__init__.py @@ -2,7 +2,7 @@ # This file was generated -__version__ = '1.1.2.dev0' +__version__ = '1.1.2' 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.2.dev0" + info['module']['version'] = "1.1.2" 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 db774dced..1b429dbeb 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.2.dev0', + version='1.1.2', description='NI-FGEN Python API', long_description=read_contents('README.rst'), long_description_content_type='text/x-rst', diff --git a/generated/nimodinst/__init__.py b/generated/nimodinst/__init__.py index f6eb65db3..0cf3fb9b4 100644 --- a/generated/nimodinst/__init__.py +++ b/generated/nimodinst/__init__.py @@ -2,7 +2,7 @@ # This file was generated -__version__ = '1.1.2.dev0' +__version__ = '1.1.2' 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.2.dev0" + info['module']['version'] = "1.1.2" 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 f2a2d40e9..8959a76f8 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.2.dev0', + version='1.1.2', description='NI-ModInst Python API', long_description=read_contents('README.rst'), long_description_content_type='text/x-rst', diff --git a/generated/niscope/__init__.py b/generated/niscope/__init__.py index 1d839285d..aa474cc65 100644 --- a/generated/niscope/__init__.py +++ b/generated/niscope/__init__.py @@ -2,7 +2,7 @@ # This file was generated -__version__ = '1.1.2.dev0' +__version__ = '1.1.2' 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.2.dev0" + info['module']['version'] = "1.1.2" 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 a908bc7b8..c6bccfa6d 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.2.dev0', + version='1.1.2', description='NI-SCOPE Python API', long_description=read_contents('README.rst'), long_description_content_type='text/x-rst', diff --git a/generated/nise/__init__.py b/generated/nise/__init__.py index 74fd833f1..7f55d5c5f 100644 --- a/generated/nise/__init__.py +++ b/generated/nise/__init__.py @@ -2,7 +2,7 @@ # This file was generated -__version__ = '0.2.2.dev0' +__version__ = '0.2.2' 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'] = "0.2.2.dev0" + info['module']['version'] = "0.2.2" 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 1e0df1416..959c78968 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='0.2.2.dev0', + version='0.2.2', description='NI Switch Executive Python API', long_description=read_contents('README.rst'), long_description_content_type='text/x-rst', diff --git a/generated/niswitch/__init__.py b/generated/niswitch/__init__.py index 8390e40d5..87df57a59 100644 --- a/generated/niswitch/__init__.py +++ b/generated/niswitch/__init__.py @@ -2,7 +2,7 @@ # This file was generated -__version__ = '1.1.2.dev0' +__version__ = '1.1.2' 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.2.dev0" + info['module']['version'] = "1.1.2" 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 a50c9a518..dde547e70 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.2.dev0', + version='1.1.2', description='NI-SWITCH Python API', long_description=read_contents('README.rst'), long_description_content_type='text/x-rst',