Skip to content

Commit

Permalink
Bump to version 2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
anhmiuhv committed Jan 9, 2024
1 parent 8474cb3 commit af27a7d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
jetson-gpio (2.1.6ubuntu1) focal; urgency=medium

* Clean up blocking_wait_for_edge on return
* Change the timeout value in the test function as the timeout value is
supposed to be in seconds instead of milliseconds
* Update the README to correct the timeout unit

-- Linh Hoang <[email protected]> Tue, 9 Jan 2025 13:41:00 -0700

jetson-gpio (2.1.5ubuntu1) focal; urgency=medium

* Update README and remove some unnessary warnings
Expand Down
2 changes: 1 addition & 1 deletion lib/python/Jetson/GPIO/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
from .gpio import *
VERSION = '2.1.5'
VERSION = '2.1.6'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
'Topic :: System :: Hardware']

setup(name = 'Jetson.GPIO',
version = '2.1.5',
version = '2.1.6',
author = 'NVIDIA',
author_email = '[email protected]',
description = 'A module to control Jetson GPIO channels',
Expand Down

0 comments on commit af27a7d

Please sign in to comment.