From 80f9b00da049ee17e6b0a8855ad904994552aef8 Mon Sep 17 00:00:00 2001 From: Kay0u Date: Mon, 3 May 2021 14:30:31 +0200 Subject: [PATCH] 4.6.1 --- README.md | 2 +- manifest.json | 2 +- scripts/_common.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 635dfa4..ebee65b 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Weblate is a libre web-based translation tool with tight version control integration. It provides two user interfaces, propagation of translations across components, quality checks and automatic linking to source files. -**Shipped version:** 4.5.3 +**Shipped version:** 4.6.1 ## Screenshots diff --git a/manifest.json b/manifest.json index 24149da..57f1bc0 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "A translation platform using Git and Python", "fr": "Une plateforme de traduction utilisant Git et Python" }, - "version": "4.5.3~ynh1", + "version": "4.6.1~ynh1", "url": "https://weblate.org", "license": "AGPL-3.0", "maintainer": { diff --git a/scripts/_common.sh b/scripts/_common.sh index 250be18..0af1aa3 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -12,7 +12,7 @@ pkg_dependencies="libxml2-dev libxslt-dev libfreetype6-dev libjpeg-dev libz-dev libpq-dev libglib2.0-dev mailutils python-celery-common hub" # Weblate's version for PIP and settings file -weblate_version="4.6" +weblate_version="4.6.1" debian_maj_version=$(sed 's/\..*//' /etc/debian_version)