From 555ac2030f3256359d2206e6da8893eccb2e9d32 Mon Sep 17 00:00:00 2001 From: Albert Torosyan Date: Thu, 14 Mar 2024 16:16:04 +0400 Subject: [PATCH] Bump up Aim to v3.19.1 --- .readthedocs.yaml | 5 +++++ CHANGELOG.md | 2 +- aim/VERSION | 2 +- aim/web/ui/package.json | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 29a9c1be0d..18cd74ace2 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 3ee3bc83fc..0e3259e822 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 419f300965..4f6817bc5c 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 6930ae4049..08a41d4ba8 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",