From 05e411d610faf34988226d3e77c2a7851202b4e4 Mon Sep 17 00:00:00 2001 From: Jeff Moe Date: Tue, 6 Feb 2024 12:30:54 -0700 Subject: [PATCH] v0.4.2 --- CHANGELOG.txt | 1 + docs/_source/conf.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 099e27c..e8a333a 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,4 @@ +v0.4.2 Kernel 6.3.7-23tinyrocs-rocm602+ config. Most tinygrad examples. v0.4.1 tinygrad examples, status updates. v0.4.0 ROCm 6.0.2 toolchain builds. "Cleaner" process. Runs tinygrad. v0.3.1 It.is.alive. diff --git a/docs/_source/conf.py b/docs/_source/conf.py index 47f99f7..176e04b 100644 --- a/docs/_source/conf.py +++ b/docs/_source/conf.py @@ -7,7 +7,7 @@ project = "tinyrocs: Direct to Chip Liquid Cooled GPU AI Cluster" copyright = "2023, 2024 Jeff Moe" author = "Jeff Moe" version = "0" -release = "0.4.1" +release = "0.4.2" extensions = [ "notfound.extension", "sphinx.ext.autodoc",