From c53c7183516535858acaec565cba34925a6c6293 Mon Sep 17 00:00:00 2001 From: Domenico DiNicola Date: Wed, 22 Mar 2023 09:31:03 -0600 Subject: [PATCH] 3.54 --- CHANGES | 5 +++++ src/etools_datamart/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 56fd0f6d..4e2a3961 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +3.54 + +added audit/financial-findings/ endpoint +added interventions-planned-visits endpoint + 3.53.1 ------ * fixed MR PV diff --git a/src/etools_datamart/__init__.py b/src/etools_datamart/__init__.py index 34ee31d8..14b96992 100644 --- a/src/etools_datamart/__init__.py +++ b/src/etools_datamart/__init__.py @@ -1,3 +1,3 @@ NAME = 'etools-datamart' -VERSION = __version__ = '3.53.1' +VERSION = __version__ = '3.54' __author__ = ''