From df743aec29e6545cf8fb5a303d1a9cc281eae04f Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 22 Nov 2022 16:00:31 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.8.0 # [14.8.0](https://github.com/frappe/erpnext/compare/v14.7.0...v14.8.0) (2022-11-22) ### Bug Fixes * Accounting Dimension filtering for Sales and Purchase Report ([b782209](https://github.com/frappe/erpnext/commit/b78220957b2362f0f05205b6c53075b6402bfda2)) * add missing commas and brackets ([ecd4eab](https://github.com/frappe/erpnext/commit/ecd4eab2da1c89f05acef5bf3eccf521ba114774)) * always send account currency in response ([f2fde83](https://github.com/frappe/erpnext/commit/f2fde8327d0cdedd78024a7ca8b9896b47f659ae)) * Bulk payment generation against invoices ([57b00e3](https://github.com/frappe/erpnext/commit/57b00e3b16d6150c8f1263506c73eebc2c4ac0bc)) * cast POS query inputs to integers (backport [#32975](https://github.com/frappe/erpnext/issues/32975)) ([#32977](https://github.com/frappe/erpnext/issues/32977)) ([55e1592](https://github.com/frappe/erpnext/commit/55e1592b709d49b5483f0e4a66d1d3edf7a84a0d)) * don't set `rejected-qty` in return SCR ([4de02dc](https://github.com/frappe/erpnext/commit/4de02dc2588d11b415157315f069461eedd53764)) * Don't show payment button for invoices on hold ([7487acd](https://github.com/frappe/erpnext/commit/7487acdeb6d6003450d09e6c2033c248a0d9446c)) * hide reject-fields in return SCR ([71d6f2a](https://github.com/frappe/erpnext/commit/71d6f2a4901a6af6f05a9cb20a6d784c1b49dbe8)) * incorrect currency in Exchange rate revaluation ([a26470a](https://github.com/frappe/erpnext/commit/a26470a65f10ecc33beaae1d4afbdbb62248e9ed)) * Internal Transfer Material Request cycle and tracking fixed till purchase receipt ([eaf0950](https://github.com/frappe/erpnext/commit/eaf09503a998ef27aec916b1b3acf7ec720bec07)) * link to brand doctype. ([b428307](https://github.com/frappe/erpnext/commit/b428307e9f4c3013b8bc8e14ba4379ac9d447ca3)) * linters failing ([24aafb3](https://github.com/frappe/erpnext/commit/24aafb3866174214087da2c38728d321b3d04968)) * make `is_internal_supplier` read-only ([caef140](https://github.com/frappe/erpnext/commit/caef140a9b515d1d25c04ede6c5baa3935667e50)) * minor change ([ac3120b](https://github.com/frappe/erpnext/commit/ac3120b6f9e9d4e4f8ca64e01b8b434c1ad41293)) * minor issue fixed ([c356d2c](https://github.com/frappe/erpnext/commit/c356d2cabdf79bae32c52afe7cf7406efdc47577)) * naming ([a198a55](https://github.com/frappe/erpnext/commit/a198a55d2d16e3c050d288701b1acd83dce3c0e0)) * Opening journal entry templates ([6aada76](https://github.com/frappe/erpnext/commit/6aada762970eef2e6ab2d84582678382305f07e6)) * **pos:** item selector image border radius ([aaed4ab](https://github.com/frappe/erpnext/commit/aaed4ab9585c2fcea72436ae3e1ea199e17a66e4)) * precision in asset tests ([444f241](https://github.com/frappe/erpnext/commit/444f241263e6ba89e316e06b9f67302c698da343)) * **realtime:** Restrict updates to only last modified or current user ([#33034](https://github.com/frappe/erpnext/issues/33034)) ([9e8a835](https://github.com/frappe/erpnext/commit/9e8a8356e9ede1e19e68bde1c7f8021a6842feb9)) * Remove unnecessary filters from Journal Entry ([387665d](https://github.com/frappe/erpnext/commit/387665d221d28450a4f7a49e71fcabc0c56062da)) * test case added for MR internal Transfer ([2a892f5](https://github.com/frappe/erpnext/commit/2a892f5c523171814511c1ed983212746ba930bd)) * test case updated for mr ([6ddf273](https://github.com/frappe/erpnext/commit/6ddf27380f845c8d0f5b9a574cafbe53d807abee)) * Timesheet timer button ([53cf6b8](https://github.com/frappe/erpnext/commit/53cf6b8c89a75d6959dbe727b2527820091f6982)) * update advace paid in SO/PO in account currency ([14235f2](https://github.com/frappe/erpnext/commit/14235f24b2905fc026f3a42e6e17e6e60dc253e2)) * use `list()` on self mutating iteration ([eb968d7](https://github.com/frappe/erpnext/commit/eb968d7f0247e40f149a279250e3f4dbab89619e)) * Viewing account ledger from party master ([da2dfcc](https://github.com/frappe/erpnext/commit/da2dfcc10b33bb6ba75dd4652ddc1caf71dd3325)) ### Features * Workstation Type for BOM ([8323775](https://github.com/frappe/erpnext/commit/8323775282d99aeb6d6362fccff703aaaa41a9c9)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 19fa0849ecc..5e58d0c32a4 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -2,7 +2,7 @@ import inspect import frappe -__version__ = "14.7.0" +__version__ = "14.8.0" def get_default_company(user=None):