Skip to content

Commit 41f4a12

Browse files
authored
Merge pull request #309 from olsl21/release_1_0_0
Release 1.0.0: Add Python support up to 3.13, drop EOL'ed Python support Breaking Changes - Drop Python 2 support ([5876a41]) - Drop Python 3.4 - 3.8 support ([ee8e23d]) Bug Fixes - Support for Python 3.10 ([ee8e23d], closes [#290]) Features - Add Python 3.10 - 3.13 support ([ee8e23d])
2 parents be32383 + 0078556 commit 41f4a12

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2017-2018, National Instruments Corp.
1+
Copyright (c) 2017-2025, National Instruments Corp.
22

33
Permission is hereby granted, free of charge, to any person obtaining
44
a copy of this software and associated documentation files (the

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ of NI-XNET.
4848

4949
**nixnet** can be installed with `pip <http://pypi.python.org/pypi/pip>`__::
5050

51-
$ python -m pip install nixnet~=0.3.2
51+
$ python -m pip install nixnet~=1.0.0
5252

5353
Now you should be able to move onto the `Examples <https://github.com/ni/nixnet-python/tree/main/nixnet_examples>`__.
5454

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "nixnet"
3-
version = "0.3.2"
3+
version = "1.0.0"
44
description = "NI-XNET Python API"
55
authors = ["NI <opensource@ni.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)