From 43cb4fcbb1ffcb0f9ffd1662f6c57d665dc47b21 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 28 Jun 2022 07:31:44 +0000 Subject: [PATCH] chore(release): Bumped to Version 13.34.2 ## [13.34.2](https://github.com/frappe/erpnext/compare/v13.34.1...v13.34.2) (2022-06-28) ### Bug Fixes * add UOM validation for planned-qty ([559bde3](https://github.com/frappe/erpnext/commit/559bde3135039a09e864961d11b6a9e7be243156)) * dont update RM items table if not required (backport [#31408](https://github.com/frappe/erpnext/issues/31408)) ([#31457](https://github.com/frappe/erpnext/issues/31457)) ([8155306](https://github.com/frappe/erpnext/commit/815530650ccda5b46427d1ace5654c4a45689985)) * General Ledger and TB opening entries mismatch issues ([a0c5c73](https://github.com/frappe/erpnext/commit/a0c5c730f57e8b69b18171c643bf2d971a7162b6)) * Monthly depreciation using WDV method ([e7659a1](https://github.com/frappe/erpnext/commit/e7659a10e4372a871ce3d2efc0428ff57888b55c)) * Quotation and Sales Order item sync ([2219132](https://github.com/frappe/erpnext/commit/2219132fdb01a70c8b194f41ac81207b0b11785f)) * Respect system precision for user facing balance qty values ([#30837](https://github.com/frappe/erpnext/issues/30837)) ([642b9c5](https://github.com/frappe/erpnext/commit/642b9c5466b9a77f84b86145d807a409a8505c4e)) * **Salary Slip:** Components not updated when amount evaluates to 0 due to payment days ([#31425](https://github.com/frappe/erpnext/issues/31425)) ([abfe926](https://github.com/frappe/erpnext/commit/abfe926a451949e16d08bd6d6973941b742e67c5)) * translation for filter status on report ([736f206](https://github.com/frappe/erpnext/commit/736f20656df6ac1cbc7c17abf96779bf993833ae)) * update ru translate (backport [#31404](https://github.com/frappe/erpnext/issues/31404)) ([#31417](https://github.com/frappe/erpnext/issues/31417)) ([8b78a12](https://github.com/frappe/erpnext/commit/8b78a122e73258c37132cc08deb53a04478f58c9)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index d11fc258717..50ba3ce22b2 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = "13.34.1" +__version__ = "13.34.2" def get_default_company(user=None):