From f3adc1e7802559ee78062cd3e3891ec9fab93c87 Mon Sep 17 00:00:00 2001 From: urchinpro Date: Sun, 15 Dec 2024 13:06:36 +0000 Subject: [PATCH] Bump version to 2024.12.151306+4b4730 --- l2-frontend/yarn.lock | 6 +++--- laboratory/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/l2-frontend/yarn.lock b/l2-frontend/yarn.lock index ea90a9515b..3f1b3c71ec 100644 --- a/l2-frontend/yarn.lock +++ b/l2-frontend/yarn.lock @@ -2933,9 +2933,9 @@ caniuse-api@^3.0.0: lodash.uniq "^4.5.0" caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001449, caniuse-lite@^1.0.30001464: - version "1.0.30001687" - resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001687.tgz" - integrity sha512-0S/FDhf4ZiqrTUiQ39dKeUjYRjkv7lOZU1Dgif2rIqrTzX/1wV2hfKu9TOm1IHkdSijfLswxTFzl/cvir+SLSQ== + version "1.0.30001688" + resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001688.tgz" + integrity sha512-Nmqpru91cuABu/DTCXbM2NSRHzM2uVHfPnhJ/1zEAJx/ILBRVmz3pzH4N7DZqbdG0gWClsCC05Oj0mJ/1AWMbA== case-sensitive-paths-webpack-plugin@^2.3.0: version "2.4.0" diff --git a/laboratory/__init__.py b/laboratory/__init__.py index d1dc733fa1..134f362301 100644 --- a/laboratory/__init__.py +++ b/laboratory/__init__.py @@ -1,2 +1,2 @@ -__version__ = "2024.12.120019+74217f" +__version__ = "2024.12.151306+4b4730" VERSION = __version__ diff --git a/pyproject.toml b/pyproject.toml index 9e699a1565..02bc4c8ca4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ skip-string-normalization = true [tool.poetry] name = "l2" -version = "2024.12.120019+74217f" +version = "2024.12.151306+4b4730" description = "" authors = ["Mikhail Privalov "] license = "MIT"