Skip to content

Commit

Permalink
Bump to version 2.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
anhmiuhv committed Jun 28, 2022
1 parent 4963f2f commit ae7779b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
jetson-gpio (2.0.200ubuntu1) focal; urgency=medium

* Add support for Jetson Orin SKU4

-- Linh Hoang <[email protected]> Thu, 28 Jun 2022 12:39:00 -0700

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

* Fix some typos in documentations
Expand All @@ -8,7 +14,7 @@ jetson-gpio (2.0.190ubuntu1) focal; urgency=medium
* Clean up before setup when setup is called twice
* Update tests for pwm for jetson nx

-- Linh Hoang <[email protected]> Thu, 27 Aug 2021 21:53:12 -0700
-- Linh Hoang <[email protected]> Thu, 16 Jun 2022 08:53:12 -0700

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

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.0.19'
VERSION = '2.0.20'
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.0.19',
version = '2.0.20',
author = 'NVIDIA',
author_email = '[email protected]',
description = 'A module to control Jetson GPIO channels',
Expand Down

0 comments on commit ae7779b

Please sign in to comment.