Skip to content

Commit

Permalink
bump version to 6.23.5
Browse files Browse the repository at this point in the history
  • Loading branch information
martinspinler committed Oct 3, 2024
1 parent f96cb60 commit 17fe9dc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
* Thu Oct 3 2024 Martin Spinler <[email protected]> - 6.23.5-1
- [FEATURE] pynfb: add lock/unlock methods to Comp
- [FEATURE] libnfb: add nfb_comp_trylock
- [FIX] libnfb: loop in nfb_comp_lock while lock is busy

* Thu Sep 26 2024 Martin Spinler <[email protected]> - 6.23.4-1
- [FEATURE] pynfb: introduce context manager for device, which ensures closing
- [BUGFIX] ndp-tool: correctly check limits in multithread mode
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.23.4
6.23.5
2 changes: 1 addition & 1 deletion pynfb/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

setup(
name = "nfb",
version = "0.2.0",
version = "0.2.1",
author = "Martin Spinler",
author_email = "[email protected]",
ext_package = "nfb",
Expand Down
2 changes: 1 addition & 1 deletion pynfb/setup.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ libnfb_ext_extra_args = libnetcope_ext_extra_args = ext_extra_args

setup(
name = "nfb",
version = "0.2.0",
version = "0.2.1",
author = "Martin Spinler",
author_email = "[email protected]",
ext_package = "nfb",
Expand Down

0 comments on commit 17fe9dc

Please sign in to comment.