From 06697475bab2b861451e56f555b13d4dbe1cc44a Mon Sep 17 00:00:00 2001 From: Wellheor1 Date: Sun, 1 Sep 2024 12:49:00 +0000 Subject: [PATCH] Bump version to 2024.9.11248+35fe28 --- 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 b0bee81a2b..3ce97ec7f7 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.30001653" - resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001653.tgz" - integrity sha512-XGWQVB8wFQ2+9NZwZ10GxTYC5hk0Fa+q8cSkr0tgvMhYhMHP/QC+WTgrePMDBWiWc/pV+1ik82Al20XOK25Gcw== + version "1.0.30001655" + resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001655.tgz" + integrity sha512-jRGVy3iSGO5Uutn2owlb5gR6qsGngTw9ZTb4ali9f3glshcNmJ2noam4Mo9zia5P9Dk3jNNydy7vQjuE5dQmfg== case-sensitive-paths-webpack-plugin@^2.3.0: version "2.4.0" diff --git a/laboratory/__init__.py b/laboratory/__init__.py index 968689417f..971045223c 100644 --- a/laboratory/__init__.py +++ b/laboratory/__init__.py @@ -1,2 +1,2 @@ -__version__ = "2024.8.260328+c994c6" +__version__ = "2024.9.11248+35fe28" VERSION = __version__ diff --git a/pyproject.toml b/pyproject.toml index ee29d9d166..8b360231ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ skip-string-normalization = true [tool.poetry] name = "l2" -version = "2024.8.260328+c994c6" +version = "2024.9.11248+35fe28" description = "" authors = ["Mikhail Privalov "] license = "MIT"