Version 0.8.2

This commit is contained in:
Oleg Lavrovsky 2024-04-19 10:25:37 +02:00
parent d9d28cfcde
commit 379764d5d9
No known key found for this signature in database
GPG Key ID: 31E523030632FF4B
3 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@
<h1 style="font-weight:bold; font-family:monospace">
? help dribdat
</h1>
<small><tt>0.8.1</tt></small>
<small><tt>0.8.2</tt></small>
</div>
<div class="row">

View File

@ -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 <oleg@datalets.ch>",

View File

@ -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 <dribdat@datalets.ch>"]
authors = ["Dribdat contributors <dribdat@datalets.ch>"]
[tool.poetry.dependencies]
bleach = "^6"