Skip to content

Commit 2a6c9e5

Browse files
committed
Update generated files for release
1 parent 4431376 commit 2a6c9e5

File tree

9 files changed

+15
-15
lines changed

9 files changed

+15
-15
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ NI-RFSG Python API Status
298298
+-------------------------------+-----------------------+
299299
| NI-RFSG (nirfsg) | |
300300
+===============================+=======================+
301-
| Driver Version Tested Against | 2025 Q2 |
301+
| Driver Version Tested Against | 2025 Q3 |
302302
+-------------------------------+-----------------------+
303303
| PyPI Version | |nirfsgLatestVersion| |
304304
+-------------------------------+-----------------------+

docs/nirfsg/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 = '0.2.0'
66+
release = '1.0.0'
6767
# The short X.Y version.
6868
version = release[:3]
6969

docs/nirfsg/examples.rst

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

4-
`You can download all nirfsg examples here <https://github.com/ni/nimi-python/releases/download/nirfsg-0.2.0/nirfsg_examples.zip>`_
4+
`You can download all nirfsg examples here <https://github.com/ni/nimi-python/releases/download/nirfsg-1.0.0/nirfsg_examples.zip>`_
55

66
nirfsg_arb_waveform.py
77
----------------------
@@ -10,7 +10,7 @@ nirfsg_arb_waveform.py
1010
:language: python
1111
:linenos:
1212
:encoding: utf8
13-
:caption: `(nirfsg_arb_waveform.py) <https://github.com/ni/nimi-python/blob/nirfsg-0.2.0/src/nirfsg/examples/nirfsg_arb_waveform.py>`_
13+
:caption: `(nirfsg_arb_waveform.py) <https://github.com/ni/nimi-python/blob/nirfsg-1.0.0/src/nirfsg/examples/nirfsg_arb_waveform.py>`_
1414

1515
nirfsg_cw.py
1616
------------
@@ -19,7 +19,7 @@ nirfsg_cw.py
1919
:language: python
2020
:linenos:
2121
:encoding: utf8
22-
:caption: `(nirfsg_cw.py) <https://github.com/ni/nimi-python/blob/nirfsg-0.2.0/src/nirfsg/examples/nirfsg_cw.py>`_
22+
:caption: `(nirfsg_cw.py) <https://github.com/ni/nimi-python/blob/nirfsg-1.0.0/src/nirfsg/examples/nirfsg_cw.py>`_
2323

2424
nirfsg_script.py
2525
----------------
@@ -28,5 +28,5 @@ nirfsg_script.py
2828
:language: python
2929
:linenos:
3030
:encoding: utf8
31-
:caption: `(nirfsg_script.py) <https://github.com/ni/nimi-python/blob/nirfsg-0.2.0/src/nirfsg/examples/nirfsg_script.py>`_
31+
:caption: `(nirfsg_script.py) <https://github.com/ni/nimi-python/blob/nirfsg-1.0.0/src/nirfsg/examples/nirfsg_script.py>`_
3232

docs/nirfsg/installation.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ As a prerequisite to using the **nirfsg** module, you must install the NI-RFSG r
88

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

11-
$ python -m pip install nirfsg~=0.2.0
11+
$ python -m pip install nirfsg~=1.0.0
1212

1313

docs/nirfsg/status.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ NI-RFSG Python API Status
55
+-------------------------------+-----------------------+
66
| NI-RFSG (nirfsg) | |
77
+===============================+=======================+
8-
| Driver Version Tested Against | 2025 Q2 |
8+
| Driver Version Tested Against | 2025 Q3 |
99
+-------------------------------+-----------------------+
1010
| PyPI Version | |nirfsgLatestVersion| |
1111
+-------------------------------+-----------------------+

generated/nirfsg/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ NI-RFSG Python API Status
5555
+-------------------------------+-----------------------+
5656
| NI-RFSG (nirfsg) | |
5757
+===============================+=======================+
58-
| Driver Version Tested Against | 2025 Q2 |
58+
| Driver Version Tested Against | 2025 Q3 |
5959
+-------------------------------+-----------------------+
6060
| PyPI Version | |nirfsgLatestVersion| |
6161
+-------------------------------+-----------------------+
@@ -104,7 +104,7 @@ As a prerequisite to using the **nirfsg** module, you must install the NI-RFSG r
104104

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

107-
$ python -m pip install nirfsg~=0.2.0
107+
$ python -m pip install nirfsg~=1.0.0
108108

109109

110110
Contributing

generated/nirfsg/nirfsg/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
0.2.0
1+
1.0.0
22

generated/nirfsg/nirfsg/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file was generated
33

44

5-
__version__ = '0.2.0'
5+
__version__ = '1.0.0'
66

77
from nirfsg.enums import * # noqa: F403,F401,H303
88
from nirfsg.errors import DriverWarning # noqa: F401
@@ -77,7 +77,7 @@ def is_venv():
7777
info['driver']['name'] = "NI-RFSG"
7878
info['driver']['version'] = driver_version
7979
info['module']['name'] = 'nirfsg'
80-
info['module']['version'] = "0.2.0"
80+
info['module']['version'] = "1.0.0"
8181
info['python']['version'] = sys.version
8282
info['python']['bits'] = '64' if is_python_64bit() else '32'
8383
info['python']['is_venv'] = is_venv()

generated/nirfsg/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def read_contents(file_to_read):
1616
setup(
1717
name=pypi_name,
1818
zip_safe=True,
19-
version='0.2.0',
19+
version='1.0.0',
2020
description='NI-RFSG Python API',
2121
long_description=read_contents('README.rst'),
2222
long_description_content_type='text/x-rst',
@@ -35,7 +35,7 @@ def read_contents(file_to_read):
3535
'nitclk',
3636
],
3737
classifiers=[
38-
"Development Status :: 3 - Alpha",
38+
"Development Status :: 4 - Beta",
3939
"Intended Audience :: Developers",
4040
"Intended Audience :: Manufacturing",
4141
"Intended Audience :: Science/Research",

0 commit comments

Comments
 (0)