From 96d82b15dae85d6b46737bce3b6f920edbc4ed45 Mon Sep 17 00:00:00 2001 From: Alexis Koralewski Date: Thu, 1 Dec 2022 15:55:27 +0100 Subject: [PATCH] Add rules to ignore migrations files of each app --- .gitignore | 2 +- CHANGELOG | 2 ++ VERSION | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 406a7a6..e0c611f 100644 --- a/.gitignore +++ b/.gitignore @@ -27,7 +27,7 @@ BASE_TEMPLATE.HTML #src/common/migrations_LOCAL/0* #src/monitoring/plc_config.json src/core/pyros_django/majordome/doc/AgentMajordome_object_diag_error.html - +src/core/pyros_django/*/migrations/0* # LOGS /config/logs/* /config/old_config/logs/* diff --git a/CHANGELOG b/CHANGELOG index cca947d..26a8a0c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,8 @@ 01-12-2022 (AKo): v0.6.14.0 - Change function to read sequence yml file to understand a simplified version - Fix issues with tests due to splitting models & modify Image model + - Fix some issues for period & scientific program (UI changes) (to be completed) + - Add rules to ignore migrations files of each app 30-11-2022 (AKo): v0.6.13.2 - fix & improve import of seq file diff --git a/VERSION b/VERSION index 744ee57..b957fbe 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.6.13.1 \ No newline at end of file +0.6.14.0 \ No newline at end of file -- libgit2 0.21.2