From f178348b5393ea1420f1c8399f8082859d01fcae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20Fortin=20Tam?= Date: Wed, 2 Mar 2022 14:30:55 -0500 Subject: [PATCH] Release GTG 0.6 --- GTG/core/info.py.in | 25 +++++++++++-------------- README.md | 2 +- data/org.gnome.GTG.appdata.xml.in.in | 5 ++++- meson.build | 2 +- 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/GTG/core/info.py.in b/GTG/core/info.py.in index 571da63f23..7b82ce63dc 100644 --- a/GTG/core/info.py.in +++ b/GTG/core/info.py.in @@ -41,31 +41,28 @@ VERSION = '@VCS_TAG@' AUTHORS_MAINTAINERS = """ • Diego Garcia Gangl • Jean-François Fortin Tam -• Lionel Dricot """ # Per-release stats generated as per the "release process and checklist.md" file. # Including contributors with 2 or more commits. # No need to add extra line breaks between commas, Python/GTK handles them. # Don't indend lines inside a multi-line string, or it'll show in the About dialog. AUTHORS_RELEASE_CONTRIBUTORS = """ -• Diego Garcia Gangl • "Neui" • Mohieddine Drissi -• Youssef Toukabri -• Francisco Lavin +• "odoood" +• Diego Garcia Gangl • Jean-François Fortin Tam +• Jacob Anderson +• Raidro Manchester +• Daniel Koć • François Schmidts +• Sebastian Grabowski • Fridolin Weisser -• Izidor Matušov -• Mart Raudsepp -• Paul Michel -• Arkadiusz Lenart -• Elsie Hupp -• Heimen Stoffels -• Scott Worley -• Carlo -• Jordan Pisaniello -• "morhe-blip" +• Tommy Priest +• Laurent Combe +• Smitty +• Tiziana Sellitto +• "unsupported-transceiver" """ ARTISTS = ["Diego Garcia Gangl (2021 logo)", "Tobias Bernard (2021 logo)", "Kalle Persson (2009 logo)", "Bertrand Rousseau (UX)", "Jean-François Fortin Tam (UX)"] diff --git a/README.md b/README.md index 89d43ee1f5..055f0c33c0 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ git pull --rebase * python-caldav * pycairo * pygobject (>= 3.20) -* libLarch (>= 3.0) +* libLarch (>= 3.2) * lxml * itstool * gettext diff --git a/data/org.gnome.GTG.appdata.xml.in.in b/data/org.gnome.GTG.appdata.xml.in.in index 326555ee87..1fbb68d20f 100644 --- a/data/org.gnome.GTG.appdata.xml.in.in +++ b/data/org.gnome.GTG.appdata.xml.in.in @@ -69,7 +69,10 @@ nekohayo+gtg@gmail.com - + + https://fortintam.com/blog/gtg-0-6-released + + https://fortintam.com/blog/gtg-0-5-released diff --git a/meson.build b/meson.build index 4035f5c436..1387e900d4 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gtg', - version: '0.5.0', + version: '0.6.0', meson_version: '>= 0.51.0' )