1
0
Fork 0
main v0.2.0
Jeff Moe 2024-01-27 08:52:10 -07:00
parent e0f027633c
commit d042038e94
3 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,4 @@
v0.2.0 Wet Rocks new website. Update year. Breakout toolchain.
v0.1.2 wetrocs. Cleanups, notes.
v0.1.1 New logo changes everything.
v0.1.0 Docs structure, hardware ok. Partial toolchain build docs.

View File

@ -70,6 +70,8 @@ MIT, most Creative Commons (except NC), public domain, etc. are used.
Any exceptions to the above will be duly noted.
Copyright (C) 2023, 2024, Jeff Moe
Author
======

View File

@ -4,10 +4,10 @@ import sphinx.util.logging
logger = sphinx.util.logging.getLogger(__name__)
project = "tinyrocs"
copyright = "2023, Jeff Moe"
copyright = "2023, 2024 Jeff Moe"
author = "Jeff Moe"
version = "0"
release = "0.1.2"
release = "0.2.0"
extensions = [
"notfound.extension",
"sphinx.ext.autodoc",