-
Notifications
You must be signed in to change notification settings - Fork 157
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* doc: add python 3.12 classifier * add python 3.11 and 3.12 classifiers * ci: test with py3.12 * ci: 3.13-dev isn't available yet * update changelog * bump version: 1.7.1 * doc: use sphinx_rtd_theme theme * add sphinx-rtd-theme * fix typo * fix typo
- Loading branch information
1 parent
d8b17f5
commit de84800
Showing
8 changed files
with
16 additions
and
154 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
# -*- coding: utf-8 -*- | ||
# Copyright (c) 2017-2022 Richard Hull and contributors | ||
# Copyright (c) 2017-2023 Richard Hull and contributors | ||
# See LICENSE.rst for details. | ||
|
||
""" | ||
Display drivers for LED Matrices & 7-segment displays (MAX7219) and | ||
RGB NeoPixels (WS2812 / APA102). | ||
""" | ||
|
||
__version__ = "1.7.0" | ||
__version__ = "1.7.1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters