Skip to content

Commit

Permalink
chore(release): Bumped to Version 15.9.0
Browse files Browse the repository at this point in the history
# [15.9.0](v15.8.2...v15.9.0) (2024-12-12)

### Bug Fixes

* add missing import ([6df79d1](6df79d1))
* Add table alias in join queries to avoid ambiguous column errors for configurable reference column ([bf5267a](bf5267a))
* avoid increasing rank for `"" in "some_description"` ([3a0915f](3a0915f))
* **Banking Settings:** set field options on refresh (for existing rows) ([d5f5cb8](d5f5cb8))
* Co-exist reference and name matches + reference equality match ([7bd9634](7bd9634))
* correct fieldname and misc ([3620f8f](3620f8f))
* german description ([75b4778](75b4778))
* Move Reference column at the end + Saner column position handling ([bab7123](bab7123))
* Over-indent + Typing + Translations ([0ac55a4](0ac55a4))
* **test:** Handle explicit commit in create_custom_field ([199d04e](199d04e))
* **test:** use setUp to make sure each test is completely atomic ([335fd81](335fd81))
* Validate if the config points to a deleted field ([903e59e](903e59e))

### Features

* **Banking Settings:** show field label instead of name ([d0b2d43](d0b2d43))
* Configurable Reference Field ([9adf5a9](9adf5a9))
  • Loading branch information
alyf-linus committed Dec 12, 2024
1 parent 59714ce commit ed98b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion banking/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "15.8.2"
__version__ = "15.9.0"

0 comments on commit ed98b13

Please sign in to comment.