From 35bc1631071a0549fe350c1b4036ac7cf95d9ab2 Mon Sep 17 00:00:00 2001
From: Dorota Czaplejewicz <dorota.czaplejewicz@puri.sm>
Date: Wed, 20 Nov 2019 22:13:31 +0000
Subject: [PATCH] Release 1.3.1

Fixing layout issues and building failures due to tests taking a long time.
---
 debian/changelog | 7 +++++++
 meson.build      | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 9644d7d0..210a0467 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+squeekboard (1.3.1) amber-phone; urgency=medium
+
+  * Update and fix layouts and languages
+  * Make tests less likely to fail
+
+ -- Dorota Czaplejewicz <dorota.czaplejewicz@puri.sm>  Wed, 20 Nov 2019 22:10:48 +0000
+
 squeekboard (1.3.0) amber-phone; urgency=medium
 
   * Language selection popup
diff --git a/meson.build b/meson.build
index f748973f..b367ded8 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
 project(
     'squeekboard',
     'c', 'rust',
-    version: '1.3.0',
+    version: '1.3.1',
     license: 'GPLv3',
     meson_version: '>=0.51.0',
     default_options: [
-- 
GitLab