Skip to content

Commit

Permalink
Update main to 1.2.5dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
LoanR committed Apr 25, 2024
1 parent fa1646f commit 1bf179c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "b3desk"
version = "1.2.4dev"
version = "1.2.5dev"
description = "Outil de visioconférence pour les agents de l'Education Nationale et de l'Etat en général."
authors = ["Your Name <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion web/b3desk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
from .utils import enum_converter
from .utils import model_converter

__version__ = "1.2.4dev"
__version__ = "1.2.5dev"

LANGUAGES = ["en", "fr"]

Expand Down

0 comments on commit 1bf179c

Please sign in to comment.