From 12bca9cb2d93769c420d5e5aef89687cee86cc1e Mon Sep 17 00:00:00 2001 From: polyaxon-ci Date: Wed, 24 Jan 2024 10:59:52 +0100 Subject: [PATCH] Bump version to v2.1.0-rc12 --- haupt/haupt/common/apis/templates/base/index.html | 8 ++++---- haupt/haupt/pkg.py | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/haupt/haupt/common/apis/templates/base/index.html b/haupt/haupt/common/apis/templates/base/index.html index 86e5d56a6c..2801707107 100644 --- a/haupt/haupt/common/apis/templates/base/index.html +++ b/haupt/haupt/common/apis/templates/base/index.html @@ -78,8 +78,8 @@ {% if ui_offline %} - - + + @@ -88,8 +88,8 @@ {% else %} - - + + diff --git a/haupt/haupt/pkg.py b/haupt/haupt/pkg.py index 3e1ec31618..874a268362 100644 --- a/haupt/haupt/pkg.py +++ b/haupt/haupt/pkg.py @@ -1,5 +1,5 @@ NAME = "haupt" -VERSION = "2.1.0-rc10" +VERSION = "2.1.0-rc12" DESC = ( "Lineage metadata API, artifacts streams, sandbox, ML-API, and spaces for Polyaxon." )