Skip to content

Commit 8d0fb42

Browse files
authored
Merge pull request #24 from tekktrik/docfix/add-repo-version-info
Add version and repo information
2 parents 096b236 + 4746e14 commit 8d0fb42

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

adafruit_logging/extensions.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313

1414
from . import LoggingHandler
1515

16+
__version__ = "0.0.0-auto.0"
17+
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_Logging.git"
18+
1619

1720
class FileHandler(LoggingHandler):
1821
"""File handler for working with log files off of the microcontroller (like

0 commit comments

Comments
 (0)