Skip to content

Commit

Permalink
Update generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
texasaggie97-zz committed Jun 6, 2019
1 parent c2debb8 commit 5239c98
Show file tree
Hide file tree
Showing 24 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down
2 changes: 1 addition & 1 deletion docs/nidcpower/installation.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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 <http://pypi.python.org/pypi/pip>`_::

$ python -m pip install nidcpower~=1.1.2.dev0
$ python -m pip install nidcpower~=1.1.2

Or **easy_install** from
`setuptools <http://pypi.python.org/pypi/setuptools>`_::
Expand Down
2 changes: 1 addition & 1 deletion docs/nidmm/installation.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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 <http://pypi.python.org/pypi/pip>`_::

$ python -m pip install nidmm~=1.1.2.dev0
$ python -m pip install nidmm~=1.1.2

Or **easy_install** from
`setuptools <http://pypi.python.org/pypi/setuptools>`_::
Expand Down
2 changes: 1 addition & 1 deletion docs/nifgen/installation.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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 <http://pypi.python.org/pypi/pip>`_::

$ python -m pip install nifgen~=1.1.2.dev0
$ python -m pip install nifgen~=1.1.2

Or **easy_install** from
`setuptools <http://pypi.python.org/pypi/setuptools>`_::
Expand Down
2 changes: 1 addition & 1 deletion docs/nimodinst/installation.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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 <http://pypi.python.org/pypi/pip>`_::

$ python -m pip install nimodinst~=1.1.2.dev0
$ python -m pip install nimodinst~=1.1.2

Or **easy_install** from
`setuptools <http://pypi.python.org/pypi/setuptools>`_::
Expand Down
2 changes: 1 addition & 1 deletion docs/niscope/installation.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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 <http://pypi.python.org/pypi/pip>`_::

$ python -m pip install niscope~=1.1.2.dev0
$ python -m pip install niscope~=1.1.2

Or **easy_install** from
`setuptools <http://pypi.python.org/pypi/setuptools>`_::
Expand Down
2 changes: 1 addition & 1 deletion docs/nise/installation.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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 <http://pypi.python.org/pypi/pip>`_::

$ python -m pip install nise~=0.2.2.dev0
$ python -m pip install nise~=0.2.2

Or **easy_install** from
`setuptools <http://pypi.python.org/pypi/setuptools>`_::
Expand Down
2 changes: 1 addition & 1 deletion docs/niswitch/installation.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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 <http://pypi.python.org/pypi/pip>`_::

$ python -m pip install niswitch~=1.1.2.dev0
$ python -m pip install niswitch~=1.1.2

Or **easy_install** from
`setuptools <http://pypi.python.org/pypi/setuptools>`_::
Expand Down
4 changes: 2 additions & 2 deletions generated/nidcpower/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion generated/nidcpower/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
4 changes: 2 additions & 2 deletions generated/nidmm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion generated/nidmm/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
4 changes: 2 additions & 2 deletions generated/nifake/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion generated/nifake/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
4 changes: 2 additions & 2 deletions generated/nifgen/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion generated/nifgen/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
4 changes: 2 additions & 2 deletions generated/nimodinst/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion generated/nimodinst/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
4 changes: 2 additions & 2 deletions generated/niscope/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion generated/niscope/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
4 changes: 2 additions & 2 deletions generated/nise/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion generated/nise/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
4 changes: 2 additions & 2 deletions generated/niswitch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion generated/niswitch/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 5239c98

Please sign in to comment.