diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 0d952df..ce1b374 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,4 @@ +v0.2.1 Much more of the toolchain built. Bits missing still. v0.2.0 Wet Rocks new website. Update year. Breakout toolchain. v0.1.2 wetrocs. Cleanups, notes. v0.1.1 New logo changes everything. diff --git a/docs/_source/conf.py b/docs/_source/conf.py index 7d9eb76..da58eaf 100644 --- a/docs/_source/conf.py +++ b/docs/_source/conf.py @@ -7,7 +7,7 @@ project = "tinyrocs" copyright = "2023, 2024 Jeff Moe" author = "Jeff Moe" version = "0" -release = "0.2.0" +release = "0.2.1" extensions = [ "notfound.extension", "sphinx.ext.autodoc",