From b6340b11db0ebecdb57c0333d6a2f05b8c7b620c Mon Sep 17 00:00:00 2001 From: urchinpro Date: Fri, 8 Dec 2023 12:12:53 +0000 Subject: [PATCH] Bump version to 2023.12.81212+1de0ae --- 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 6a05670ae4..9a805c4879 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.30001565" - resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001565.tgz" - integrity sha512-xrE//a3O7TP0vaJ8ikzkD2c2NgcVUvsEe2IvFTntV4Yd1Z9FVzh+gW+enX96L0psrbaFMcVcH2l90xNuGDWc8w== + version "1.0.30001566" + resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001566.tgz" + integrity sha512-ggIhCsTxmITBAMmK8yZjEhCO5/47jKXPu6Dha/wuCS4JePVL+3uiDEBuhu2aIoT+bqTOR8L76Ip1ARL9xYsEJA== case-sensitive-paths-webpack-plugin@^2.3.0: version "2.4.0" diff --git a/laboratory/__init__.py b/laboratory/__init__.py index 681618fd2d..95eba61717 100644 --- a/laboratory/__init__.py +++ b/laboratory/__init__.py @@ -1,2 +1,2 @@ -__version__ = "2023.11.290028+f5ac58" +__version__ = "2023.12.81212+1de0ae" VERSION = __version__ diff --git a/pyproject.toml b/pyproject.toml index 4618a36f95..f49d9d1d99 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ skip-string-normalization = true [tool.poetry] name = "l2" -version = "2023.11.290028+f5ac58" +version = "2023.12.81212+1de0ae" description = "" authors = ["Mikhail Privalov "] license = "MIT"