Skip to content

Commit

Permalink
add enum as a valid secop type (#715)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotan authored Sep 26, 2024
1 parent ea30d7b commit 8d5435d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2024-09-26 Jan Kotanski <jankotan@gmail.com>
* add enum as a valid secop type(#715)
* tagged as v4.16.0

2024-09-11 Jan Kotanski <jankotan@gmail.com>
* add support for link, key and function for secop meaning dictionary (#712)
* tagged as v4.15.0
Expand Down
1 change: 1 addition & 0 deletions nxstools/nxscreator.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@

npTn = {"double": "NX_FLOAT64",
"int": "NX_INT64",
"enum": "NX_INT64",
"string": "NX_CHAR",
"bool": "NX_BOOLEAN"}

Expand Down
2 changes: 1 addition & 1 deletion nxstools/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
""" NXS tools release version"""

#: (:obj:`str`) package version
__version__ = "4.15.0"
__version__ = "4.16.0"

0 comments on commit 8d5435d

Please sign in to comment.