diff options
author | Andrew Godwin | 2022-11-27 14:09:16 -0700 |
---|---|---|
committer | Andrew Godwin | 2022-11-27 14:09:16 -0700 |
commit | c7b6264f23d1b2f61a2de67626fc30feee13763b (patch) | |
tree | 38937d8ebffd2d138e8dd4d51b57d669dbd4c263 | |
parent | 0a5e05e2701c3187036f520104056ed95f7e8516 (diff) | |
download | takahe-c7b6264f23d1b2f61a2de67626fc30feee13763b.tar.gz takahe-c7b6264f23d1b2f61a2de67626fc30feee13763b.tar.bz2 takahe-c7b6264f23d1b2f61a2de67626fc30feee13763b.zip |
Releasing 0.4.0
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | docs/releases/0.4.rst | 3 | ||||
-rw-r--r-- | takahe/__init__.py | 2 |
3 files changed, 6 insertions, 1 deletions
@@ -3,6 +3,8 @@ An *experimental* Fediverse server for microblogging/"toots". Not fully functional yet - we're still working towards a 1.0! +**Current version: [0.4.0](https://docs.jointakahe.org/en/latest/releases/0.4/)** + Key features: - Multiple domain support diff --git a/docs/releases/0.4.rst b/docs/releases/0.4.rst index f776125..fd80177 100644 --- a/docs/releases/0.4.rst +++ b/docs/releases/0.4.rst @@ -18,6 +18,9 @@ the project: In addition, bugfixes have been made to post creation, search, fanout, and more. +You can download images from `Docker Hub <https://hub.docker.com/r/jointakahe/takahe>`_, +or use the image name ``jointakahe/takahe:0.4``. + Upgrade Notes ------------- diff --git a/takahe/__init__.py b/takahe/__init__.py index 493f741..6a9beea 100644 --- a/takahe/__init__.py +++ b/takahe/__init__.py @@ -1 +1 @@ -__version__ = "0.3.0" +__version__ = "0.4.0" |