From fb8e3a434c8d6a3424861544cfa76a9c17e62e85 Mon Sep 17 00:00:00 2001 From: jeffser Date: Sat, 22 Jun 2024 02:13:20 -0600 Subject: [PATCH] Getting ready for 0.9.6.1 --- data/com.jeffser.Alpaca.metainfo.xml.in | 7 +++++++ meson.build | 2 +- src/main.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/data/com.jeffser.Alpaca.metainfo.xml.in b/data/com.jeffser.Alpaca.metainfo.xml.in index 74b654c..890502d 100644 --- a/data/com.jeffser.Alpaca.metainfo.xml.in +++ b/data/com.jeffser.Alpaca.metainfo.xml.in @@ -64,6 +64,13 @@ https://github.com/Jeffser/Alpaca https://github.com/sponsors/Jeffser + + https://github.com/Jeffser/Alpaca/releases/tag/0.9.6.1 + +

Fix

+

Removed DOCX compatibility temporally due to error with python-lxml dependency

+
+
https://github.com/Jeffser/Alpaca/releases/tag/0.9.6 diff --git a/meson.build b/meson.build index 4623223..4417bde 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('Alpaca', 'c', - version: '0.9.6', + version: '0.9.6.1', meson_version: '>= 0.62.0', default_options: [ 'warning_level=2', 'werror=false', ], ) diff --git a/src/main.py b/src/main.py index 481d7b0..576ac4c 100644 --- a/src/main.py +++ b/src/main.py @@ -47,7 +47,7 @@ class AlpacaApplication(Adw.Application): application_name='Alpaca', application_icon='com.jeffser.Alpaca', developer_name='Jeffry Samuel Eduarte Rojas', - version='0.9.6', + version='0.9.6.1', developers=['Jeffser https://jeffser.com'], designers=['Jeffser https://jeffser.com'], translator_credits='Alex K (Russian) https://github.com/alexkdeveloper\nJeffser (Spanish) https://jeffser.com\nDaimar Stein (Brazilian Portuguese) https://github.com/not-a-dev-stein\nLouis Chauvet-Villaret (French) https://github.com/loulou64490',