1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00

Fix critical bug

This commit is contained in:
Steffo 2019-12-22 21:12:54 +01:00
parent 0bfa46e069
commit 8dbfb23eb7
3 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@
[tool.poetry]
name = "royalnet"
version = "5.2"
version = "5.2.1"
description = "A multipurpose bot and web framework"
authors = ["Stefano Pigozzi <ste.pigozzi@gmail.com>"]
license = "AGPL-3.0+"

View file

@ -15,7 +15,7 @@ class Matrix:
@declared_attr
def user(self):
return relationship("User", backref="telegram")
return relationship("User", backref="matrix")
@declared_attr
def matrix_id(self):

View file

@ -1 +1 @@
semantic = "5.2"
semantic = "5.2.1"