Releasing 0.4.0
This commit is contained in:
parent
0a5e05e270
commit
c7b6264f23
|
@ -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
|
||||
|
|
|
@ -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
|
||||
-------------
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = "0.3.0"
|
||||
__version__ = "0.4.0"
|
||||
|
|
Loading…
Reference in New Issue