Skip to content

Commit 56f146c

Browse files
authored
Release nidigital 0.9.1 and 1.3.1 of other modules (#1481)
* Add major bugs fixed to CHANGELOG.md * Update CHANGELOG.md * Update version in config_addon.py and LATEST_RELEASE * Update generated files
1 parent aa674fe commit 56f146c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+93
-129
lines changed

CHANGELOG.md

Lines changed: 4 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
* [Unreleased](#unreleased)
3+
* [1.3.1](#131---2020-06-08)
44
* [1.3.0](#130---2020-05-21)
55
* [1.2.1](#121---2020-04-21)
66
* [1.2.0](#120---2020-03-06)
@@ -23,47 +23,11 @@
2323

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

26-
## Unreleased
26+
## 1.3.1 - 2020-06-08
2727
* ### ALL
28-
* #### Added
29-
* #### Changed
30-
* #### Removed
31-
* ### `nidcpower` (NI-DCPower)
32-
* #### Added
33-
* #### Changed
34-
* #### Removed
35-
* ### `nidigital` (NI-Digital Pattern Driver)
36-
* #### Added
37-
* #### Changed
38-
* #### Removed
39-
* ### `nidmm` (NI-DMM)
40-
* #### Added
41-
* #### Changed
42-
* #### Removed
43-
* ### `nifgen` (NI-FGEN)
44-
* #### Added
45-
* #### Changed
46-
* #### Removed
47-
* ### `nimodinst` (NI-ModInst)
48-
* #### Added
49-
* #### Changed
50-
* #### Removed
51-
* ### `niscope` (NI-SCOPE)
52-
* #### Added
53-
* #### Changed
54-
* #### Removed
55-
* ### `niswitch` (NI-SWITCH)
56-
* #### Added
57-
* #### Changed
58-
* #### Removed
59-
* ### `nise` (NI Switch Executive)
60-
* #### Added
6128
* #### Changed
62-
* #### Removed
63-
* ### `nitclk` (NI-TClk)
64-
* #### Added
65-
* #### Changed
66-
* #### Removed
29+
* Fix [#1473](https://github.com/ni/nimi-python/issues/1473): Unintentional dependency on pytest
30+
* Fix [#1474](https://github.com/ni/nimi-python/issues/1474): Requires hightime>=0.2.0
6731

6832

6933
## 1.3.0 - 2020-05-21

LATEST_RELEASE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.0
1+
1.3.1

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.1.dev1
1+
1.3.1

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
# built documents.
6464
#
6565
# The full version, including alpha/beta/rc tags.
66-
release = '1.3.1.dev1'
66+
release = '1.3.1'
6767
# The short X.Y version.
6868
version = release[:3]
6969

docs/nidcpower/examples.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Examples
22
========
33

4-
`You can download all nidcpower examples for latest version here <https://github.com/ni/nimi-python/releases/download/1.3.0/nidcpower_examples.zip>`_
4+
`You can download all nidcpower examples here <https://github.com/ni/nimi-python/releases/download/1.3.1/nidcpower_examples.zip>`_
55

66
nidcpower_advanced_sequence.py
77
------------------------------

docs/nidcpower/installation.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ As a prerequisite to using the nidcpower module, you must install the NI-DCPower
88

99
The nimi-python modules (i.e. for **NI-DCPower**) can be installed with `pip <http://pypi.python.org/pypi/pip>`_::
1010

11-
$ python -m pip install nidcpower
11+
$ python -m pip install nidcpower~=1.3.1
1212

1313
Or **easy_install** from
1414
`setuptools <http://pypi.python.org/pypi/setuptools>`_::

docs/nidigital/examples.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Examples
22
========
33

4-
`You can download all nidigital examples for latest version here <https://github.com/ni/nimi-python/releases/download/1.3.0/nidigital_examples.zip>`_
4+
`You can download all nidigital examples here <https://github.com/ni/nimi-python/releases/download/1.3.1/nidigital_examples.zip>`_
55

66
nidigital_do_nothing.py
77
-----------------------

docs/nidigital/installation.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ As a prerequisite to using the nidigital module, you must install the NI-Digital
88

99
The nimi-python modules (i.e. for **NI-Digital Pattern Driver**) can be installed with `pip <http://pypi.python.org/pypi/pip>`_::
1010

11-
$ python -m pip install nidigital
11+
$ python -m pip install nidigital~=0.9.1
1212

1313
Or **easy_install** from
1414
`setuptools <http://pypi.python.org/pypi/setuptools>`_::

docs/nidmm/examples.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Examples
22
========
33

4-
`You can download all nidmm examples for latest version here <https://github.com/ni/nimi-python/releases/download/1.3.0/nidmm_examples.zip>`_
4+
`You can download all nidmm examples here <https://github.com/ni/nimi-python/releases/download/1.3.1/nidmm_examples.zip>`_
55

66
nidmm_fetch_waveform.py
77
-----------------------

docs/nidmm/installation.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ As a prerequisite to using the nidmm module, you must install the NI-DMM runtime
88

99
The nimi-python modules (i.e. for **NI-DMM**) can be installed with `pip <http://pypi.python.org/pypi/pip>`_::
1010

11-
$ python -m pip install nidmm
11+
$ python -m pip install nidmm~=1.3.1
1212

1313
Or **easy_install** from
1414
`setuptools <http://pypi.python.org/pypi/setuptools>`_::

0 commit comments

Comments
 (0)