Skip to content

Commit

Permalink
Release 1.1.5 (#1147)
Browse files Browse the repository at this point in the history
* Update CHANGELOG for release

* Update versions for release

* Update generated files for release

* Add "Driver Version Tested Against" change to Changelog
  • Loading branch information
sbethur authored and marcoskirsch committed Nov 22, 2019
1 parent f777c3e commit 7a5d6e8
Show file tree
Hide file tree
Showing 62 changed files with 99 additions and 136 deletions.
43 changes: 3 additions & 40 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

* [Unreleased](#unreleased)
* [1.1.5](#115---2019-11-22)
* [1.1.4](#114---2019-11-19)
* [1.1.3](#113---2019-10-21)
* [1.1.2](#112---2019-06-06)
Expand All @@ -19,48 +19,11 @@

All notable changes to this project will be documented in this file.

## [Unreleased]
## 1.1.5 - 2019-11-22
* ### ALL
* #### Added
* #### Changed
* Fix #1140: Linux support was accidentally broken.
* #### Removed
* ### NI-DMM
* #### Added
* #### Changed
* #### Removed
* ### NI-ModInst
* #### Added
* #### Changed
* #### Removed
* ### NI-Switch
* #### Added
* #### Changed
* #### Removed
* ### NI-DCPower
* #### Added
* #### Changed
* #### Removed
* ### NI-FGEN
* #### Added
* #### Changed
* #### Removed
* ### NI-SCOPE
* #### Added
* #### Changed
* #### Removed
* ### NI Switch Executive
* #### Added
* #### Changed
* #### Removed
* ### NI-Digital Pattern Driver
* #### Added
* #### Changed
* #### Removed
* ### NI-TClk
* #### Added
* #### Changed
* #### Removed
* Update "Driver Version Tested Against", in documentation, with latest versions installed on nimi-bot.


## 1.1.4 - 2019-11-19
Expand Down
18 changes: 9 additions & 9 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ NI-DCPower Python API Status
+-------------------------------+--------------------------+
| NI-DCPower (nidcpower) | |
+===============================+==========================+
| Driver Version Tested Against | 18.1.1 |
| Driver Version Tested Against | 19.1.0 |
+-------------------------------+--------------------------+
| Driver API Version | 19.6.0d2 |
+-------------------------------+--------------------------+
Expand Down Expand Up @@ -109,7 +109,7 @@ NI-Digital Pattern Driver Python API Status
+---------------------------------------+--------------------------+
| NI-Digital Pattern Driver (nidigital) | |
+=======================================+==========================+
| Driver Version Tested Against | 19.1.0 |
| Driver Version Tested Against | 19.0.1 |
+---------------------------------------+--------------------------+
| Driver API Version | 19.0.0a0 |
+---------------------------------------+--------------------------+
Expand Down Expand Up @@ -150,7 +150,7 @@ NI-DMM Python API Status
+-------------------------------+----------------------+
| NI-DMM (nidmm) | |
+===============================+======================+
| Driver Version Tested Against | 18.1.0 |
| Driver Version Tested Against | 19.1.0 |
+-------------------------------+----------------------+
| Driver API Version | 19.6.0d0 |
+-------------------------------+----------------------+
Expand Down Expand Up @@ -191,7 +191,7 @@ NI-FGEN Python API Status
+-------------------------------+-----------------------+
| NI-FGEN (nifgen) | |
+===============================+=======================+
| Driver Version Tested Against | 18.1.0 |
| Driver Version Tested Against | 19.1.0 |
+-------------------------------+-----------------------+
| Driver API Version | 19.6.0d0 |
+-------------------------------+-----------------------+
Expand Down Expand Up @@ -232,7 +232,7 @@ NI-ModInst Python API Status
+-------------------------------+--------------------------+
| NI-ModInst (nimodinst) | |
+===============================+==========================+
| Driver Version Tested Against | 18.0.0 |
| Driver Version Tested Against | 19.0.0 |
+-------------------------------+--------------------------+
| Driver API Version | 255.0.0d4 |
+-------------------------------+--------------------------+
Expand Down Expand Up @@ -273,7 +273,7 @@ NI-SCOPE Python API Status
+-------------------------------+------------------------+
| NI-SCOPE (niscope) | |
+===============================+========================+
| Driver Version Tested Against | 18.1.0 |
| Driver Version Tested Against | 19.1.0 |
+-------------------------------+------------------------+
| Driver API Version | 19.1.0d50 |
+-------------------------------+------------------------+
Expand Down Expand Up @@ -314,7 +314,7 @@ NI Switch Executive Python API Status
+-------------------------------+---------------------+
| NI Switch Executive (nise) | |
+===============================+=====================+
| Driver Version Tested Against | 18.0.0 |
| Driver Version Tested Against | 19.0.0 |
+-------------------------------+---------------------+
| Driver API Version | 19.1.0d1 |
+-------------------------------+---------------------+
Expand Down Expand Up @@ -355,7 +355,7 @@ NI-SWITCH Python API Status
+-------------------------------+-------------------------+
| NI-SWITCH (niswitch) | |
+===============================+=========================+
| Driver Version Tested Against | 18.0.0 |
| Driver Version Tested Against | 19.1.0 |
+-------------------------------+-------------------------+
| Driver API Version | 19.1.0d2 |
+-------------------------------+-------------------------+
Expand Down Expand Up @@ -396,7 +396,7 @@ NI-TClk Python API Status
+-------------------------------+-----------------------+
| NI-TClk (nitclk) | |
+===============================+=======================+
| Driver Version Tested Against | 18.0.0 |
| Driver Version Tested Against | 19.5.0 |
+-------------------------------+-----------------------+
| Driver API Version | 255.0.0d0 |
+-------------------------------+-----------------------+
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.5.dev0
1.1.5
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.5.dev0'
release = '1.1.5'
# 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
$ python -m pip install nidcpower~=1.1.5

Or **easy_install** from
`setuptools <http://pypi.python.org/pypi/setuptools>`_::
Expand Down
2 changes: 1 addition & 1 deletion docs/nidcpower/status.inc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ NI-DCPower Python API Status
+-------------------------------+--------------------------+
| NI-DCPower (nidcpower) | |
+===============================+==========================+
| Driver Version Tested Against | 18.1.1 |
| Driver Version Tested Against | 19.1.0 |
+-------------------------------+--------------------------+
| Driver API Version | 19.6.0d2 |
+-------------------------------+--------------------------+
Expand Down
2 changes: 1 addition & 1 deletion docs/nidigital/installation.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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 <http://pypi.python.org/pypi/pip>`_::

$ python -m pip install nidigital
$ python -m pip install nidigital~=0.2.1

Or **easy_install** from
`setuptools <http://pypi.python.org/pypi/setuptools>`_::
Expand Down
2 changes: 1 addition & 1 deletion docs/nidigital/status.inc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ NI-Digital Pattern Driver Python API Status
+---------------------------------------+--------------------------+
| NI-Digital Pattern Driver (nidigital) | |
+=======================================+==========================+
| Driver Version Tested Against | 19.1.0 |
| Driver Version Tested Against | 19.0.1 |
+---------------------------------------+--------------------------+
| Driver API Version | 19.0.0a0 |
+---------------------------------------+--------------------------+
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
$ python -m pip install nidmm~=1.1.5

Or **easy_install** from
`setuptools <http://pypi.python.org/pypi/setuptools>`_::
Expand Down
2 changes: 1 addition & 1 deletion docs/nidmm/status.inc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ NI-DMM Python API Status
+-------------------------------+----------------------+
| NI-DMM (nidmm) | |
+===============================+======================+
| Driver Version Tested Against | 18.1.0 |
| Driver Version Tested Against | 19.1.0 |
+-------------------------------+----------------------+
| Driver API Version | 19.6.0d0 |
+-------------------------------+----------------------+
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
$ python -m pip install nifgen~=1.1.5

Or **easy_install** from
`setuptools <http://pypi.python.org/pypi/setuptools>`_::
Expand Down
2 changes: 1 addition & 1 deletion docs/nifgen/status.inc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ NI-FGEN Python API Status
+-------------------------------+-----------------------+
| NI-FGEN (nifgen) | |
+===============================+=======================+
| Driver Version Tested Against | 18.1.0 |
| Driver Version Tested Against | 19.1.0 |
+-------------------------------+-----------------------+
| Driver API Version | 19.6.0d0 |
+-------------------------------+-----------------------+
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
$ python -m pip install nimodinst~=1.1.5

Or **easy_install** from
`setuptools <http://pypi.python.org/pypi/setuptools>`_::
Expand Down
2 changes: 1 addition & 1 deletion docs/nimodinst/status.inc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ NI-ModInst Python API Status
+-------------------------------+--------------------------+
| NI-ModInst (nimodinst) | |
+===============================+==========================+
| Driver Version Tested Against | 18.0.0 |
| Driver Version Tested Against | 19.0.0 |
+-------------------------------+--------------------------+
| Driver API Version | 255.0.0d4 |
+-------------------------------+--------------------------+
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
$ python -m pip install niscope~=1.1.5

Or **easy_install** from
`setuptools <http://pypi.python.org/pypi/setuptools>`_::
Expand Down
2 changes: 1 addition & 1 deletion docs/niscope/status.inc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ NI-SCOPE Python API Status
+-------------------------------+------------------------+
| NI-SCOPE (niscope) | |
+===============================+========================+
| Driver Version Tested Against | 18.1.0 |
| Driver Version Tested Against | 19.1.0 |
+-------------------------------+------------------------+
| Driver API Version | 19.1.0d50 |
+-------------------------------+------------------------+
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
$ python -m pip install nise~=1.1.5

Or **easy_install** from
`setuptools <http://pypi.python.org/pypi/setuptools>`_::
Expand Down
2 changes: 1 addition & 1 deletion docs/nise/status.inc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ NI Switch Executive Python API Status
+-------------------------------+---------------------+
| NI Switch Executive (nise) | |
+===============================+=====================+
| Driver Version Tested Against | 18.0.0 |
| Driver Version Tested Against | 19.0.0 |
+-------------------------------+---------------------+
| Driver API Version | 19.1.0d1 |
+-------------------------------+---------------------+
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
$ python -m pip install niswitch~=1.1.5

Or **easy_install** from
`setuptools <http://pypi.python.org/pypi/setuptools>`_::
Expand Down
2 changes: 1 addition & 1 deletion docs/niswitch/status.inc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ NI-SWITCH Python API Status
+-------------------------------+-------------------------+
| NI-SWITCH (niswitch) | |
+===============================+=========================+
| Driver Version Tested Against | 18.0.0 |
| Driver Version Tested Against | 19.1.0 |
+-------------------------------+-------------------------+
| Driver API Version | 19.1.0d2 |
+-------------------------------+-------------------------+
Expand Down
2 changes: 1 addition & 1 deletion docs/nitclk/installation.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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 <http://pypi.python.org/pypi/pip>`_::

$ python -m pip install nitclk
$ python -m pip install nitclk~=0.3.1

Or **easy_install** from
`setuptools <http://pypi.python.org/pypi/setuptools>`_::
Expand Down
2 changes: 1 addition & 1 deletion docs/nitclk/status.inc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ NI-TClk Python API Status
+-------------------------------+-----------------------+
| NI-TClk (nitclk) | |
+===============================+=======================+
| Driver Version Tested Against | 18.0.0 |
| Driver Version Tested Against | 19.5.0 |
+-------------------------------+-----------------------+
| Driver API Version | 255.0.0d0 |
+-------------------------------+-----------------------+
Expand Down
2 changes: 1 addition & 1 deletion generated/nidcpower/VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
1.1.5.dev0
1.1.5

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.5.dev0'
__version__ = '1.1.5'

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.5.dev0"
info['module']['version'] = "1.1.5"
info['python']['version'] = sys.version
info['python']['bits'] = '64' if is_python_64bit() else '32'
info['python']['is_venv'] = is_venv()
Expand Down
4 changes: 2 additions & 2 deletions 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.5.dev0',
version='1.1.5',
description='NI-DCPower Python API',
long_description=read_contents('README.rst'),
long_description_content_type='text/x-rst',
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion generated/nidigital/VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
0.2.1.dev0
0.2.1

4 changes: 2 additions & 2 deletions generated/nidigital/__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.1.dev0'
__version__ = '0.2.1'

from nidigital.enums import * # noqa: F403,F401,H303
from nidigital.errors import DriverWarning # noqa: F401
Expand Down Expand Up @@ -64,7 +64,7 @@ def is_venv():
info['driver']['name'] = "NI-Digital Pattern Driver"
info['driver']['version'] = driver_version
info['module']['name'] = 'nidigital'
info['module']['version'] = "0.2.1.dev0"
info['module']['version'] = "0.2.1"
info['python']['version'] = sys.version
info['python']['bits'] = '64' if is_python_64bit() else '32'
info['python']['is_venv'] = is_venv()
Expand Down
2 changes: 1 addition & 1 deletion generated/nidigital/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.1.dev0',
version='0.2.1',
description='NI-Digital Pattern Driver Python API',
long_description=read_contents('README.rst'),
long_description_content_type='text/x-rst',
Expand Down
2 changes: 1 addition & 1 deletion generated/nidmm/VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
1.1.5.dev0
1.1.5

Loading

0 comments on commit 7a5d6e8

Please sign in to comment.