changeset 351:aa30f8c20ae5 v0.8.0

v0.8.0 release
author Goffi <goffi@goffi.org>
date Tue, 30 Nov 2021 23:27:40 +0100
parents 1de6a0ecd529
children cbf42e38adc1
files README sat_templates/VERSION setup.py
diffstat 3 files changed, 9 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/README	Tue Nov 30 17:25:55 2021 +0100
+++ b/README	Tue Nov 30 23:27:40 2021 +0100
@@ -1,16 +1,16 @@
-SàT templates 0.7
+Libervia templates 0.8
 (c) Jérôme Poisson aka Goffi 2017-2021
 
-Templates used by Salut à Toi ecosystem.
+Templates used by Libervia ecosystem.
 
 ** LICENCE **
 
-SàT Templates is free software: you can redistribute it and/or modify
+Libervia Templates is free software: you can redistribute it and/or modify
 it under the terms of the GNU Affero General Public License as
 the Free Software Foundation, either version 3 of the License, or
 (at your option) any later version.
 
-Libervia is distributed in the hope that it will be useful,
+Libervia Templates is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU Affero General Public License for more details.
@@ -21,11 +21,11 @@
 
 ** ABOUT **
 
-SàT templates is used by some parts of the "Salut à Toi" (SàT) XMPP client. Please check SàT for more information.
+Libervia templates is used by some parts of the Liberiva XMPP client. Please check Libervia for more information.
 
 ** MORE INFORMATIONS **
 
-Please check Salut à Toi README for informations on contributors, contacts, etc.
+Please check Libervia README for informations on contributors, contacts, etc.
 
 You'll find it at https://repos.goffi.org/sat/raw-file/tip/README
 
@@ -36,4 +36,4 @@
 tickets: xmpp:pubsub.goffi.org?;node=org.salut-a-toi.tickets%3A0 (please use "templates" label)
 merge requests: xmpp:pubsub.goffi.org?;node=org.salut-a-toi.merge_requests%3A0 (please use "templates" label)
 
-Tickets and merge requests are handled by SàT itself using XMPP.
+Tickets and merge requests are handled by Libervia itself using XMPP.
--- a/sat_templates/VERSION	Tue Nov 30 17:25:55 2021 +0100
+++ b/sat_templates/VERSION	Tue Nov 30 23:27:40 2021 +0100
@@ -1,1 +1,1 @@
-0.8.0b1
+0.8.0
--- a/setup.py	Tue Nov 30 17:25:55 2021 +0100
+++ b/setup.py	Tue Nov 30 23:27:40 2021 +0100
@@ -49,7 +49,7 @@
     name=NAME,
     version=VERSION,
     description="Templates for Libervia XMPP client",
-    long_description="SàT Template is a common module which can be used by any SàT "
+    long_description="Libervia Template is a common module which can be used by any SàT "
                      "frontend to generate documents (mostly HTML but not only).",
     author="Association « Salut à Toi »",
     author_email="contact@salut-a-toi.org",