From 7d44ecc02fd91fb1b96d26cfb2cb0113d2f9e22d Mon Sep 17 00:00:00 2001 From: Benedikt Seeger Date: Fri, 19 Apr 2024 09:53:43 +0200 Subject: [PATCH 1/2] fixes #4 by including DCCTrustStore into the module __init__.py --- dcc/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dcc/__init__.py b/dcc/__init__.py index 8b8606c..0ebb1cf 100644 --- a/dcc/__init__.py +++ b/dcc/__init__.py @@ -14,4 +14,5 @@ # from .dcc import DCC from .dcc import DCCStatusType -from .dcc import DCCStatusReport \ No newline at end of file +from .dcc import DCCStatusReport +from .dcc import DCCTrustStore From 45a8cacfc4fcd62622d36ee0b35ecee2ff803d1e Mon Sep 17 00:00:00 2001 From: Andreas Tobola Date: Tue, 23 Jul 2024 09:40:28 +0200 Subject: [PATCH 2/2] Version increment --- next_version.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next_version.txt b/next_version.txt index db0c2a6..0a60c4f 100644 --- a/next_version.txt +++ b/next_version.txt @@ -1 +1 @@ -0.2.31 \ No newline at end of file +0.2.32 \ No newline at end of file