Skip to content

Commit 239756d

Browse files
authored
Release nidigital 0.5.0 and 1.2.1 of other modules (#1422)
* Update CHANGELOG * Add nitclk version bump change to CHANGELOG * Bump version in config_addon and LATEST_RELEASE * Bump version in generated files * Update documentation related to where to find examples
1 parent db38fab commit 239756d

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

+95
-126
lines changed

CHANGELOG.md

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

3-
* [Unreleased](#unreleased)
3+
* [1.2.1](#121---2020-04-21)
44
* [1.2.0](#120---2020-03-06)
55
* [1.1.5](#115---2019-11-22)
66
* [1.1.4](#114---2019-11-19)
@@ -21,7 +21,7 @@
2121

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

24-
## Unreleased
24+
## 1.2.1 - 2020-04-21
2525
* ### ALL
2626
* #### Added
2727
* Support for chained repeated capabilities. This allows things like
@@ -30,12 +30,6 @@ All notable changes to this project will be documented in this file.
3030
```
3131

3232
The repeated capabilities will be expanded to `'site0/PinA,site0/PinB,site1/PinA,site1/PinB'`
33-
* #### Changed
34-
* #### Removed
35-
* ### NI-DCPower
36-
* #### Added
37-
* #### Changed
38-
* #### Removed
3933
* ### NI-Digital Pattern Driver
4034
* #### Added
4135
* `get_pattern_pin_names` - [#1292](https://github.com/ni/nimi-python/issues/1292)
@@ -62,36 +56,11 @@ All notable changes to this project will be documented in this file.
6256
* `clock_generator_initiate` - [#1370](https://github.com/ni/nimi-python/issues/1370)
6357
* `load_specifications`, `load_levels`, and `load_timing` - [#1392](https://github.com/ni/nimi-python/issues/1392)
6458
* `get_channel_name` and `get_channel_name_from_string` - [#1386](https://github.com/ni/nimi-python/issues/1386)
65-
* ### NI-DMM
66-
* #### Added
67-
* #### Changed
68-
* #### Removed
69-
* ### NI-FGEN
70-
* #### Added
71-
* #### Changed
72-
* #### Removed
73-
* ### NI-ModInst
74-
* #### Added
75-
* #### Changed
76-
* #### Removed
77-
* ### NI-SCOPE
78-
* #### Added
79-
* #### Changed
80-
* #### Removed
81-
* ### NI-Switch
82-
* #### Added
83-
* #### Changed
84-
* #### Removed
85-
* ### NI Switch Executive
86-
* #### Added
87-
* #### Changed
88-
* #### Removed
8959
* ### NI-TClk
90-
* #### Added
9160
* #### Changed
92-
* #### Removed
93-
94-
61+
* Version updated to 1.2.1 to match other released nimi-python modules
62+
63+
9564
## 1.2.0 - 2020-03-06
9665
* ### ALL
9766
* #### Added

LATEST_RELEASE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.0
1+
1.2.1

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.1.dev0
1+
1.2.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.2.1.dev0'
66+
release = '1.2.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.2.0/nidcpower_examples.zip>`_
4+
`You can download all nidcpower examples here <https://github.com/ni/nimi-python/releases/download/1.2.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.2.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.2.0/nidigital_examples.zip>`_
4+
`You can download all nidigital examples here <https://github.com/ni/nimi-python/releases/download/1.2.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.5.0
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.2.0/nidmm_examples.zip>`_
4+
`You can download all nidmm examples here <https://github.com/ni/nimi-python/releases/download/1.2.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.2.1
1212

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

0 commit comments

Comments
 (0)