From 0a25d28e34880dede053647bb8e0b88d2226dd4d Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 21 Jun 2022 11:14:34 +0000 Subject: [PATCH] chore(release): Bumped to Version 13.34.1 ## [13.34.1](https://github.com/frappe/erpnext/compare/v13.34.0...v13.34.1) (2022-06-21) ### Bug Fixes * Conversion rate validation for multi-currency invoices ([4186aaf](https://github.com/frappe/erpnext/commit/4186aafd07a495b5b8ef02fda8a6ac4c07578203)) * **india:** e-invoice eligibility if company gstin is not configured ([#31247](https://github.com/frappe/erpnext/issues/31247)) ([7696ae4](https://github.com/frappe/erpnext/commit/7696ae4de1a015d2d14271fb9a05092076abd245)) * internal transfer GLE validation ([8a4cd2a](https://github.com/frappe/erpnext/commit/8a4cd2aba1d1055dd71621dc9340237d08a11c33)) * Merge Conflicts ([0f3a02d](https://github.com/frappe/erpnext/commit/0f3a02db57031bff992c7c5ae0c0f9cda39ea1fd)) * Pick Template BOM if variant BOM absent in WO popup from SO ([7c35887](https://github.com/frappe/erpnext/commit/7c35887d07195458f939b237f42fa8499e2e276d)) * Quotation lost update ([3b9f943](https://github.com/frappe/erpnext/commit/3b9f943335f2b6badbdb681c5dd6149bdbd8165f)) * Spelling mistake in quotation depend on (backport [#31362](https://github.com/frappe/erpnext/issues/31362)) ([#31363](https://github.com/frappe/erpnext/issues/31363)) ([ebcdaf7](https://github.com/frappe/erpnext/commit/ebcdaf7c8286356466887e729d5dd6c6523b21d9)) * transaction date gets unset in material request ([#31387](https://github.com/frappe/erpnext/issues/31387)) ([4e2ed6f](https://github.com/frappe/erpnext/commit/4e2ed6f9d9cf6e7df8a047bfcb59a00b81970871)), closes [#31327](https://github.com/frappe/erpnext/issues/31327) * UOM handling for transaction without item (backport [#31389](https://github.com/frappe/erpnext/issues/31389)) ([#31391](https://github.com/frappe/erpnext/issues/31391)) ([051e5cd](https://github.com/frappe/erpnext/commit/051e5cd74118dd4102dba32250b0cac34024ecea)) ### Performance Improvements * GLE reposting with progress and chunking (backport [#31343](https://github.com/frappe/erpnext/issues/31343)) ([#31373](https://github.com/frappe/erpnext/issues/31373)) ([f19ed0b](https://github.com/frappe/erpnext/commit/f19ed0b74ca2c7669fcfa9b82ee5f8042653b119)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 4307526c62e..d11fc258717 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = "13.34.0" +__version__ = "13.34.1" def get_default_company(user=None):