Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
relay
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pleroma
relay
Commits
c88e4e74
Commit
c88e4e74
authored
2 years ago
by
Izalia Mae
Browse files
Options
Downloads
Patches
Plain Diff
version bump
parent
d6153806
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!42
v0.2.3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/installation.md
+2
-2
2 additions, 2 deletions
docs/installation.md
relay/__init__.py
+1
-1
1 addition, 1 deletion
relay/__init__.py
setup.cfg
+1
-1
1 addition, 1 deletion
setup.cfg
with
4 additions
and
4 deletions
docs/installation.md
+
2
−
2
View file @
c88e4e74
...
...
@@ -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.
0
pipx install git+https://git.pleroma.social/pleroma/relay@0.2.
3
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.
0
python3 -m pip install git+https://git.pleroma.social/pleroma/relay@0.2.
3
or a cloned git repo.
...
...
This diff is collapsed.
Click to expand it.
relay/__init__.py
+
1
−
1
View file @
c88e4e74
__version__
=
'
0.2.
2
'
__version__
=
'
0.2.
3
'
from
.
import
logger
This diff is collapsed.
Click to expand it.
setup.cfg
+
1
−
1
View file @
c88e4e74
[metadata]
name
=
relay
version
=
0.2.
2
version
=
0.2.
3
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment