From 30b2cac423ba376acc7853a2dafb434fc3599ea6 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 24 Apr 2024 07:32:43 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.68.0 # [14.68.0](https://github.com/frappe/erpnext/compare/v14.67.2...v14.68.0) (2024-04-24) ### Bug Fixes * account and stock manager read perm ([03ce9ee](https://github.com/frappe/erpnext/commit/03ce9ee321c74d56f03b5e4032d37f87e41a4490)) * allow Employee role to select cost center & project (accounting dimensions) (backport [#41160](https://github.com/frappe/erpnext/issues/41160)) ([#41161](https://github.com/frappe/erpnext/issues/41161)) ([bb48440](https://github.com/frappe/erpnext/commit/bb484405911fd0f14f84a3eaa98eac6389fe4f7a)) * do not add actual expense twice for validating budget ([ec4f07f](https://github.com/frappe/erpnext/commit/ec4f07fd601aa2b45bf52f20e2c5ccb2d469f769)) * don't attempt to set gender from salutation (backport [#40997](https://github.com/frappe/erpnext/issues/40997)) ([#41072](https://github.com/frappe/erpnext/issues/41072)) ([5d05bf8](https://github.com/frappe/erpnext/commit/5d05bf8d4ef0c4b052395ce740cb8259880334d0)) * Missing args while fetching items from delivery note ([0df80ad](https://github.com/frappe/erpnext/commit/0df80ad9235daf76070ba16df9bad7b51ac246a0)) * Multiple partial payment requests against Purchase Invoice ([f1b75e8](https://github.com/frappe/erpnext/commit/f1b75e8c5482d05e2e73c4981877bf1c75867586)) * Party type in Payment Order ([a2e1d13](https://github.com/frappe/erpnext/commit/a2e1d132df5cc0872e7bb7ed6838276db799dc24)) * Permission for lower dedcution certificate ([a22be6f](https://github.com/frappe/erpnext/commit/a22be6f9b9af6ac87f5d48443e41881d29e786d3)) * Test case ([5aef9d2](https://github.com/frappe/erpnext/commit/5aef9d2ef2fb4190b4a9f98d538843b0a74e2ae7)) * validate uom is integer for PR item (backport [#41074](https://github.com/frappe/erpnext/issues/41074)) ([#41076](https://github.com/frappe/erpnext/issues/41076)) ([9d0c1dc](https://github.com/frappe/erpnext/commit/9d0c1dc46f94e921eb108fcbfa24fbd776a710d3)) ### Features * Available batches report as on specific date ([8868cb1](https://github.com/frappe/erpnext/commit/8868cb147ddfdb5050d9849ec4a78af8c0bf7539)) * show expense breakup ([f087ec8](https://github.com/frappe/erpnext/commit/f087ec8df5588c4fcf531f3f5d193bf786107bd3)) ### Performance Improvements * stock ageing and batch-wise balance history report ([6017e7a](https://github.com/frappe/erpnext/commit/6017e7ac3e876f70e0e696bd24abea5a80756702)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 95ffb09c661..e80c744e7b9 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.67.2" +__version__ = "14.68.0" def get_default_company(user=None):