From ed98b1336f04e4f9d7b1bc98eee52a3404387b99 Mon Sep 17 00:00:00 2001 From: linus-alyf <136631072+alyf-linus@users.noreply.github.com> Date: Thu, 12 Dec 2024 07:33:37 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.9.0 # [15.9.0](https://github.com/alyf-de/banking/compare/v15.8.2...v15.9.0) (2024-12-12) ### Bug Fixes * add missing import ([6df79d1](https://github.com/alyf-de/banking/commit/6df79d13a624561df62b6409ce96ece8e1b08246)) * Add table alias in join queries to avoid ambiguous column errors for configurable reference column ([bf5267a](https://github.com/alyf-de/banking/commit/bf5267aeb20c9f84dd795d02e7ddecd733bdcdda)) * avoid increasing rank for `"" in "some_description"` ([3a0915f](https://github.com/alyf-de/banking/commit/3a0915f1f86e63a6e88cc8a7231b6694cabaa5f3)) * **Banking Settings:** set field options on refresh (for existing rows) ([d5f5cb8](https://github.com/alyf-de/banking/commit/d5f5cb80b93f18892f5fb1eb0591125756672b25)) * Co-exist reference and name matches + reference equality match ([7bd9634](https://github.com/alyf-de/banking/commit/7bd9634d504bf5936cfa74ef9e20454101f947c4)) * correct fieldname and misc ([3620f8f](https://github.com/alyf-de/banking/commit/3620f8f47819080996851ed7cc04acd884c59d27)) * german description ([75b4778](https://github.com/alyf-de/banking/commit/75b4778ca4d4913d9686495b648980a580e49680)) * Move Reference column at the end + Saner column position handling ([bab7123](https://github.com/alyf-de/banking/commit/bab7123372a3f850e453141c6f771760a02c64ed)) * Over-indent + Typing + Translations ([0ac55a4](https://github.com/alyf-de/banking/commit/0ac55a46e2cc9981ccb2f3df91db3c670e9dc1cd)) * **test:** Handle explicit commit in create_custom_field ([199d04e](https://github.com/alyf-de/banking/commit/199d04eb80b3d7b268cf872fb4bc9ea01319ce75)) * **test:** use setUp to make sure each test is completely atomic ([335fd81](https://github.com/alyf-de/banking/commit/335fd81720fa83d6915e73281faceb6779a12e98)) * Validate if the config points to a deleted field ([903e59e](https://github.com/alyf-de/banking/commit/903e59e238063a981bcd85be3aa4545e6cb6bcee)) ### Features * **Banking Settings:** show field label instead of name ([d0b2d43](https://github.com/alyf-de/banking/commit/d0b2d4335fd3f0755ac0ce67d792c99d080bb3cb)) * Configurable Reference Field ([9adf5a9](https://github.com/alyf-de/banking/commit/9adf5a95e9d0cbe46eb128046d603eac791a41e2)) --- banking/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/banking/__init__.py b/banking/__init__.py index ffd12fd..dbf91f9 100644 --- a/banking/__init__.py +++ b/banking/__init__.py @@ -1 +1 @@ -__version__ = "15.8.2" +__version__ = "15.9.0"