From 379764d5d9a9d377d50f166b648c1c2dbd131648 Mon Sep 17 00:00:00 2001 From: Oleg Lavrovsky Date: Fri, 19 Apr 2024 10:25:37 +0200 Subject: [PATCH] Version 0.8.2 --- dribdat/templates/public/about.html | 2 +- package.json | 2 +- pyproject.toml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dribdat/templates/public/about.html b/dribdat/templates/public/about.html index 74b853cc..ffd7b657 100644 --- a/dribdat/templates/public/about.html +++ b/dribdat/templates/public/about.html @@ -16,7 +16,7 @@

? help dribdat

- 0.8.1 + 0.8.2
diff --git a/package.json b/package.json index 75a11cd2..9995ac7d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Dribdat", - "version": "0.8.1", + "version": "0.8.2", "description": "Online platform for time-limited collaborative events", "repository": "https://codeberg.org/dribdat/dribdat", "author": "Oleg Lavrovsky ", diff --git a/pyproject.toml b/pyproject.toml index 4c26e5f0..f1365123 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,8 @@ [tool.poetry] name = "Dribdat" -version = "0.8.1" +version = "0.8.2" description = "Online platform for time-limited collaborative events" -authors = ["Oleg Lavrovsky "] +authors = ["Dribdat contributors "] [tool.poetry.dependencies] bleach = "^6"