diff options
| -rw-r--r-- | CHANGES.md | 5 | ||||
| -rw-r--r-- | 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():  | 
