From 35dd21f1100debf22910ad3f5b11324af1961b7a Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 21 Jun 2021 17:53:33 +0200 Subject: New version --- CHANGES.md | 5 +++++ ishtar_common/version.py | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 4ba29224a..50d8e06ad 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,11 @@ Ishtar changelog ================ +v3.1.30 - 2021-06-21 +-------------------- +### Features ### +- Context records relations: use cache tables for performance + v3.1.29 - 2021-06-16 -------------------- ### Features ### diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 20a70ad1a..d0ec64131 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 3.1.29 -VERSION = (3, 1, 29) +# 3.1.30 +VERSION = (3, 1, 30) def get_version(): -- cgit v1.2.3