Skip to content

Latest commit

 

History

History
74 lines (45 loc) · 1.06 KB

CHANGES.rst

File metadata and controls

74 lines (45 loc) · 1.06 KB

Changelog

2.3 (unreleased)

  • Nothing changed yet.

2.2 (2023-05-15)

  • Officially support Python 3.7 - 3.11. [rnix]
  • CI Integration. [rnix]
  • Convert doctests to unittests. [rnix]

2.1 (2022-07-18)

  • Python 3 Support [rnix, 2022-07-17]

2.0 (2015-04-09)

  • Complete rewrite. [rnix, 2015-04-08]

1.0.3 (2014-03-03)

  • concrete ttyXXX device might live in tty subdirectory. [rnix, 2014-02-26]

1.0.2 (2014-02-26)

  • Rename usbid.device.devicelist to usbid.device.device_list. B/C import available. [rnix, 2014-02-26]
  • Introduce usbid.device.device_by_path utility. [rnix, 2014-02-26]
  • use latest usb.id file version 2014.02.03 from http://www.linux-usb.org/usb.ids [jensens, 2014-02-20]

1.0.1 (2014-02-20)

  • fix device node hierarchy [rnix, 2014-02-17]
  • housekeeping, fix tests [rnix, 2014-02-17]

1.0 (2013-12-19)

  • initial work [benniboy, jensens, 2013-12-19]