From 3ae6a4e0321ef88aa70332ecae619d3501ba34ec Mon Sep 17 00:00:00 2001 From: Shay Date: Mon, 9 Dec 2024 08:33:09 -0800 Subject: [PATCH] v1.9.0 (#563) --- package.json | 2 +- synapse_antispam/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b6dece21..7caf3d80 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mjolnir", - "version": "1.8.3", + "version": "1.9.0", "description": "A moderation tool for Matrix", "main": "lib/index.js", "repository": "git@github.com:matrix-org/mjolnir.git", diff --git a/synapse_antispam/setup.py b/synapse_antispam/setup.py index 8ea71ece..9a7b56ea 100644 --- a/synapse_antispam/setup.py +++ b/synapse_antispam/setup.py @@ -2,7 +2,7 @@ setup( name="mjolnir", - version="1.8.3", # version automated in package.json - Do not edit this line, use `yarn version`. + version="1.9.0", # version automated in package.json - Do not edit this line, use `yarn version`. packages=find_packages(), description="Mjolnir Antispam", include_package_data=True,