From 2b72d143ca2b21e96862d21606923f87402d481d Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 11 Jul 2023 12:51:51 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.30.0 # [14.30.0](https://github.com/frappe/erpnext/compare/v14.29.2...v14.30.0) (2023-07-11) ### Bug Fixes * accepted warehouse and rejected warehouse can't be same ([5d77e3c](https://github.com/frappe/erpnext/commit/5d77e3ce05be0ca723c07c1897306f4a862efe4f)) * also check on_hold ([#35910](https://github.com/frappe/erpnext/issues/35910)) ([59b3277](https://github.com/frappe/erpnext/commit/59b3277696d834debaf273b97916d4ea60c51060)) * conflicts ([e55a264](https://github.com/frappe/erpnext/commit/e55a264e57afd2a9e4fa34fe8cc5f4b529bea9b2)) * conflicts ([79f9785](https://github.com/frappe/erpnext/commit/79f9785d151217381af0ad24a66f521123a483c7)) * conflicts ([a178e66](https://github.com/frappe/erpnext/commit/a178e6693c650bb2ad02e2addb52c1dfb46a62d1)) * conflicts ([6459c28](https://github.com/frappe/erpnext/commit/6459c28316f7917e1ad733193f2ab16a89f453ea)) * deferred accounting entries on accounts frozen ([#35978](https://github.com/frappe/erpnext/issues/35978)) ([573183c](https://github.com/frappe/erpnext/commit/573183cff562460ccc4d8598b3477d41f56fc877)) * Delivery Note return valuation ([296f312](https://github.com/frappe/erpnext/commit/296f312e7f0e9a292ab859233a8950f69cfa9ab4)) * German translations ([#35990](https://github.com/frappe/erpnext/issues/35990)) ([b7b864e](https://github.com/frappe/erpnext/commit/b7b864e68c14301d76ca01608c2d69ad951e3f72)) * incorrect status in MR created from PP (backport [#36085](https://github.com/frappe/erpnext/issues/36085)) ([#36086](https://github.com/frappe/erpnext/issues/36086)) ([6dc7a19](https://github.com/frappe/erpnext/commit/6dc7a192ab865396ecd5339561521a5936b026e5)) * incorrect TCS amount while customer has advance payment ([#35397](https://github.com/frappe/erpnext/issues/35397)) ([2a4bbf3](https://github.com/frappe/erpnext/commit/2a4bbf34b4a97f51e97978a10cff14d85117fcd4)) * labels and translations ([#35963](https://github.com/frappe/erpnext/issues/35963)) ([04b1d45](https://github.com/frappe/erpnext/commit/04b1d459eb5ff4ff94c13a0b9b14b8126dcde895)) * Opening balance in presentation currency in Trial Balance report ([#36036](https://github.com/frappe/erpnext/issues/36036)) ([39e38bf](https://github.com/frappe/erpnext/commit/39e38bf08318e7af60251dcf500560040ba2526b)) * payment entry `voucher_type` error ([#35779](https://github.com/frappe/erpnext/issues/35779)) ([f3af0b2](https://github.com/frappe/erpnext/commit/f3af0b2d2e604fcf2e5f03ee9f2a0c07db09f71f)) * **Payment Entry:** compare rounded amount ([#36011](https://github.com/frappe/erpnext/issues/36011)) ([d80b0aa](https://github.com/frappe/erpnext/commit/d80b0aa157be79eee966b5bbe9715c84fdc9e204)) * possible type error on ERR creation ([0569899](https://github.com/frappe/erpnext/commit/05698994995c61b3929d4770fde6b8cb1dea7d06)) * precision causing outstanding issue on partly paid invoices ([#36030](https://github.com/frappe/erpnext/issues/36030)) ([3e711e8](https://github.com/frappe/erpnext/commit/3e711e888dc223b60e563585f219fe37141de88a)) * Share ledger showing cancelled docs ([#35993](https://github.com/frappe/erpnext/issues/35993)) ([5102d0c](https://github.com/frappe/erpnext/commit/5102d0c3f7604cd7d9363ce502c49c7122a50dc4)) * Validate for missing expense account ([#36078](https://github.com/frappe/erpnext/issues/36078)) ([f4f886c](https://github.com/frappe/erpnext/commit/f4f886c7d1745812e88279c86a056f6e8ce22a94)) * Vietnamese translation of "Company" ([#35887](https://github.com/frappe/erpnext/issues/35887)) ([e443e6c](https://github.com/frappe/erpnext/commit/e443e6c02a9e1ffa71a096046dcb2004c4797124)) ### Features * Closing balance for period closing and reporting ([#34257](https://github.com/frappe/erpnext/issues/34257)) ([ebf3c01](https://github.com/frappe/erpnext/commit/ebf3c0173e0b43705f0d9a3e2a30d66f61ca44aa)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 71544723f73..d390add326e 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.29.2" +__version__ = "14.30.0" def get_default_company(user=None):