Skip to content

Commit

Permalink
Bump to version 2.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
anhmiuhv committed Jun 17, 2021
1 parent e7f4615 commit 49660c2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
@@ -1,3 +1,9 @@
jetson-gpio (2.0.17) bionic; urgency=medium

* Support Jetson AGX Xavier Industrial board.

-- Linh Hoang <lhoang@nvidia.com> Thu, 19 Feb 2021 13:57:12 -0600

jetson-gpio (2.0.16) bionic; urgency=medium

* Support Jetson TX2 NX board.
Expand Down
2 changes: 1 addition & 1 deletion lib/python/Jetson/GPIO/__init__.py
@@ -1,2 +1,2 @@
from .gpio import *
VERSION = '2.0.16'
VERSION = '2.0.17'
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -29,7 +29,7 @@
'Topic :: System :: Hardware']

setup(name = 'Jetson.GPIO',
version = '2.0.16',
version = '2.0.17',
author = 'NVIDIA',
author_email = 'linux-tegra-bugs@nvidia.com',
description = 'A module to control Jetson GPIO channels',
Expand Down

0 comments on commit 49660c2

Please sign in to comment.