From 17f3e6be559ed4fdba97bfc7fdcd06f1f8525697 Mon Sep 17 00:00:00 2001 From: Izalia Mae Date: Thu, 8 Dec 2022 04:17:17 -0500 Subject: [PATCH] version 0.2.4 --- docs/installation.md | 4 ++-- relay/__init__.py | 2 +- setup.cfg | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index a852ab1..8363faa 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -15,7 +15,7 @@ the [official pipx docs](https://pypa.github.io/pipx/installation/) for more in- Now simply install ActivityRelay directly from git - pipx install git+https://git.pleroma.social/pleroma/relay@0.2.3 + pipx install git+https://git.pleroma.social/pleroma/relay@0.2.4 Or from a cloned git repo. @@ -39,7 +39,7 @@ be installed via [pyenv](https://github.com/pyenv/pyenv). The instructions for installation via pip are very similar to pipx. Installation can be done from git - python3 -m pip install git+https://git.pleroma.social/pleroma/relay@0.2.3 + python3 -m pip install git+https://git.pleroma.social/pleroma/relay@0.2.4 or a cloned git repo. diff --git a/relay/__init__.py b/relay/__init__.py index 82aaa8a..426b03e 100644 --- a/relay/__init__.py +++ b/relay/__init__.py @@ -1,3 +1,3 @@ -__version__ = '0.2.3' +__version__ = '0.2.4' from . import logger diff --git a/setup.cfg b/setup.cfg index e54b9a9..c6deb96 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = relay -version = 0.2.3 +version = 0.2.4 description = Generic LitePub relay (works with all LitePub consumers and Mastodon) long_description = file: README.md long_description_content_type = text/markdown; charset=UTF-8