Mercurial > libervia-backend
changeset 3713:f97be63871e4 v0.8.0
v0.8.0 release
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 30 Nov 2021 23:31:07 +0100 |
parents | 799d4f6fa7ca |
children | af09b5aaa5d7 |
files | CHANGELOG sat/VERSION setup.py |
diffstat | 3 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGELOG Tue Nov 30 17:28:42 2021 +0100 +++ b/CHANGELOG Tue Nov 30 23:31:07 2021 +0100 @@ -1,6 +1,6 @@ All theses changelogs are not exhaustive, please check the Mercurial repository for more details. -v 0.8.0 « La Cecília » (NOT RELEASED YET): +v 0.8.0 « La Cecília » (30/11/2021): - renamed the project from "Salut à Toi" to "Libervia" - frontends are renamed "Libervia XXX" (where XXX is Desktop, Web, etc.), former names are kept as aliases - Python 3 port
--- a/sat/VERSION Tue Nov 30 17:28:42 2021 +0100 +++ b/sat/VERSION Tue Nov 30 23:31:07 2021 +0100 @@ -1,1 +1,1 @@ -0.8.0b1.post1 +0.8.0
--- a/setup.py Tue Nov 30 17:28:42 2021 +0100 +++ b/setup.py Tue Nov 30 23:31:07 2021 +0100 @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# SAT: an XMPP client +# Libervia: an XMPP client # Copyright (C) 2009-2021 Jérôme Poisson (goffi@goffi.org) # Copyright (C) 2013-2016 Adrien Cossa (souliane@mailoo.org)