From 59e494cfe2822026d5a75f3497020ef30f9d33eb Mon Sep 17 00:00:00 2001 From: linus-alyf <136631072+alyf-linus@users.noreply.github.com> Date: Tue, 17 Dec 2024 17:40:21 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.10.0 # [15.10.0](https://github.com/alyf-de/banking/compare/v15.9.0...v15.10.0) (2024-12-17) ### Bug Fixes * check for existing Bank Transactions ([efe8b02](https://github.com/alyf-de/banking/commit/efe8b02050d6fbbb98903042ddd45f0e6962d546)) * clarify wording ([8e89415](https://github.com/alyf-de/banking/commit/8e89415bef9b7cc3050de74423fb9407abe73592)) * confirm intraday downloads ([e73d4e1](https://github.com/alyf-de/banking/commit/e73d4e1bbd1d056ef55c80dc1da6e9a77dd81db2)) * handle EbicsNoDataAvailable for C52 ([f527ba4](https://github.com/alyf-de/banking/commit/f527ba46686cb6ddb304fd9bf45417288893913a)) * log attempts to use non-permitted oder types ([75d8508](https://github.com/alyf-de/banking/commit/75d8508072784d4f35c6a8c718a990e1063d3269)) * mention order types in field description ([11702ae](https://github.com/alyf-de/banking/commit/11702aed91381e882a65fab6a0e826cb6777ec30)) ### Features * add german translations ([31d7ce7](https://github.com/alyf-de/banking/commit/31d7ce74617754bfa6664ad7d29611fbd27adf8a)) * add note to "Download Bank Statements" modal ([7ccbc26](https://github.com/alyf-de/banking/commit/7ccbc2643a20a9a5b6284135c6fd49b51f42dd39)) * download intraday transactions via button ([64ce22f](https://github.com/alyf-de/banking/commit/64ce22f583812aa4361d893b6dccd2770962e709)) * ebics intraday sync (first draft) ([80cf417](https://github.com/alyf-de/banking/commit/80cf41736088f0699ee12a5bdea33e76cb5a5b99)) * link error logs to the related EBICS User ([56f6025](https://github.com/alyf-de/banking/commit/56f602523951118778c0213fef68b5ce221d3aa9)) --- banking/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/banking/__init__.py b/banking/__init__.py index dbf91f9..9bc73dd 100644 --- a/banking/__init__.py +++ b/banking/__init__.py @@ -1 +1 @@ -__version__ = "15.9.0" +__version__ = "15.10.0"