From 6959a5d5e722ff44cfc77f2671f1cfe71be0fce4 Mon Sep 17 00:00:00 2001 From: Loan Robert Date: Wed, 24 Apr 2024 19:45:28 +0200 Subject: [PATCH] chore: bump to 1.2.3 --- pyproject.toml | 2 +- web/b3desk/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index aacc3e5..dbc3690 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "b3desk" -version = "1.2.3dev" +version = "1.2.3" description = "Outil de visioconférence pour les agents de l'Education Nationale et de l'Etat en général." authors = ["Your Name "] readme = "README.md" diff --git a/web/b3desk/__init__.py b/web/b3desk/__init__.py index 63b4867..99859a8 100644 --- a/web/b3desk/__init__.py +++ b/web/b3desk/__init__.py @@ -29,7 +29,7 @@ from .utils import enum_converter from .utils import model_converter -__version__ = "1.2.3dev" +__version__ = "1.2.3" LANGUAGES = ["en", "fr"]