From 9e8546366a2b61e503470e479d4e5dd40d4d8532 Mon Sep 17 00:00:00 2001 From: "H. Shay" Date: Wed, 11 Sep 2024 15:49:50 -0700 Subject: [PATCH] v1.7.0 --- package.json | 2 +- synapse_antispam/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1461e89..14a9731 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mjolnir", - "version": "1.6.5", + "version": "1.7.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 39090aa..35fccda 100644 --- a/synapse_antispam/setup.py +++ b/synapse_antispam/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name="mjolnir", - version="1.6.3", # version automated in package.json - Do not edit this line, use `yarn version`. + version="1.7.0", # version automated in package.json - Do not edit this line, use `yarn version`. packages=find_packages(), description="Mjolnir Antispam", include_package_data=True,