diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 29a9c1be0..18cd74ace 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,6 +5,11 @@ # Required version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.7" + # Build documentation in the docs/ directory with Sphinx # reference: https://docs.readthedocs.io/en/stable/config-file/v2.html#sphinx sphinx: diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ee3bc83f..0e3259e82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 3.19.1 +## 3.19.1 Mar 14, 2024 - Accept calls on tracking server without trailing slashes (mihran113) ## 3.19.0 Mar 13, 2024 diff --git a/aim/VERSION b/aim/VERSION index 419f30096..4f6817bc5 100644 --- a/aim/VERSION +++ b/aim/VERSION @@ -1 +1 @@ -3.19.0 +3.19.1 diff --git a/aim/web/ui/package.json b/aim/web/ui/package.json index 6930ae404..08a41d4ba 100644 --- a/aim/web/ui/package.json +++ b/aim/web/ui/package.json @@ -1,6 +1,6 @@ { "name": "ui_v2", - "version": "3.19.0", + "version": "3.19.1", "private": true, "dependencies": { "@aksel/structjs": "^1.0.0",