Skip to content

Commit 668592d

Browse files
committed
docs+release: v2.1.15 — document every download (lean vs full) + bump
Add a 'Which download should I get?' matrix to installation.md explaining all 12 release assets (lean vs full, per-OS, what each bundles + needs, best-for). Bump 2.1.14 -> 2.1.15 across code + all blueprints. Regenerate the 8 tracked customer PDFs. (Ships alongside the server chat-model preload fix + new full Linux tar/AppImage variants.)
1 parent eb68947 commit 668592d

11 files changed

Lines changed: 3 additions & 3 deletions

blueprints/ELI_USER_MANUAL.pdf

99 Bytes
Binary file not shown.
269 Bytes
Binary file not shown.
246 Bytes
Binary file not shown.

blueprints/full_setup_guide.pdf

27 Bytes
Binary file not shown.

blueprints/installation.pdf

9.7 KB
Binary file not shown.
-17 Bytes
Binary file not shown.
247 Bytes
Binary file not shown.
116 Bytes
Binary file not shown.

eli/kernel/self_upgrade.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
from eli.core.paths import project_root as _project_root
2626
PROJECT_ROOT = _project_root()
2727
_DEFAULT_RELEASE_REPO = os.environ.get("ELI_RELEASE_REPO", "ShadowESC95/ELI_v2.0")
28-
_DEFAULT_RELEASE_TAG = os.environ.get("ELI_RELEASE_TAG", "v2.1.14")
28+
_DEFAULT_RELEASE_TAG = os.environ.get("ELI_RELEASE_TAG", "v2.1.15")
2929

3030

3131
def _run(cmd: List[str], cwd: Optional[Path] = None, timeout: int = 120) -> Dict[str, Any]:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "eli-v2.0"
7-
version = "2.1.14"
7+
version = "2.1.15"
88
description = "ELI v2.0 — Local cognitive runtime, assistant GUI, memory, tools, and GGUF inference"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)