diff --git a/.gitignore b/.gitignore index 2190bca8..353da69f 100644 --- a/.gitignore +++ b/.gitignore @@ -10,23 +10,4 @@ dist/ **/*.pyc # PyCharm ignores -.idea/**/workspace.xml -.idea/**/tasks.xml -.idea/**/usage.statistics.xml -.idea/**/dictionaries -.idea/**/shelf -.idea/**/contentModel.xml -.idea/**/dataSources/ -.idea/**/dataSources.ids -.idea/**/dataSources.local.xml -.idea/**/sqlDataSources.xml -.idea/**/dynamic.xml -.idea/**/uiDesigner.xml -.idea/**/dbnavigator.xml -.idea/**/gradle.xml -.idea/**/libraries -.idea/**/markdown-navigator.xml -.idea/**/markdown-exported-files.xml -.idea/**/misc.xml -.idea/**/discord.xml -.idea/**/*.iml \ No newline at end of file +.idea/ diff --git a/pyproject.toml b/pyproject.toml index 593b79c4..81505b7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,11 +1,11 @@ # Remember to run `poetry update` editing this file! # Install everything with -# poetry install -E telegram -E discord -E alchemy_easy -E alchemy_hard -E bard -E constellation -E sentry -E herald -E coloredlogs +# poetry install -E telegram -E discord -E matrix -E alchemy_easy -E alchemy_hard -E bard -E constellation -E sentry -E herald -E coloredlogs [tool.poetry] name = "royalnet" - version = "5.2.4" + version = "5.3" description = "A multipurpose bot and web framework" authors = ["Stefano Pigozzi "] license = "AGPL-3.0+" diff --git a/royalnet/version.py b/royalnet/version.py index f27de03a..7a0f9a9c 100644 --- a/royalnet/version.py +++ b/royalnet/version.py @@ -1 +1 @@ -semantic = "5.2.4" +semantic = "5.3"