From 62b02e1b0410b5fc6b8924661a74c8272df85a31 Mon Sep 17 00:00:00 2001 From: moodpulse Date: Wed, 18 Oct 2023 11:29:09 +0000 Subject: [PATCH] Bump version to 2023.10.181129+e96d81 --- 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 2edca91f44..32ca0b9986 100644 --- a/l2-frontend/yarn.lock +++ b/l2-frontend/yarn.lock @@ -2887,9 +2887,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.30001549" - resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001549.tgz" - integrity sha512-qRp48dPYSCYaP+KurZLhDYdVE+yEyht/3NlmcJgVQ2VMGt6JL36ndQ/7rgspdZsJuxDPFIo/OzBT2+GmIJ53BA== + version "1.0.30001550" + resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001550.tgz" + integrity sha512-p82WjBYIypO0ukTsd/FG3Xxs+4tFeaY9pfT4amQL8KWtYH7H9nYwReGAbMTJ0hsmRO8IfDtsS6p3ZWj8+1c2RQ== case-sensitive-paths-webpack-plugin@^2.3.0: version "2.4.0" diff --git a/laboratory/__init__.py b/laboratory/__init__.py index b1e323ae30..24d8e8f715 100644 --- a/laboratory/__init__.py +++ b/laboratory/__init__.py @@ -1,2 +1,2 @@ -__version__ = "2023.10.171159+2a3547" +__version__ = "2023.10.181129+e96d81" VERSION = __version__ diff --git a/pyproject.toml b/pyproject.toml index 7daf2c4bd0..c0e6794a6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ skip-string-normalization = true [tool.poetry] name = "l2" -version = "2023.10.171159+2a3547" +version = "2023.10.181129+e96d81" description = "" authors = ["Mikhail Privalov "] license = "MIT"