summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Godwin2022-11-27 14:09:16 -0700
committerAndrew Godwin2022-11-27 14:09:16 -0700
commitc7b6264f23d1b2f61a2de67626fc30feee13763b (patch)
tree38937d8ebffd2d138e8dd4d51b57d669dbd4c263
parent0a5e05e2701c3187036f520104056ed95f7e8516 (diff)
downloadtakahe-c7b6264f23d1b2f61a2de67626fc30feee13763b.tar.gz
takahe-c7b6264f23d1b2f61a2de67626fc30feee13763b.tar.bz2
takahe-c7b6264f23d1b2f61a2de67626fc30feee13763b.zip
Releasing 0.4.0
-rw-r--r--README.md2
-rw-r--r--docs/releases/0.4.rst3
-rw-r--r--takahe/__init__.py2
3 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index e361477..d7b7b0e 100644
--- a/README.md
+++ b/README.md
@@ -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"