Skip to content

Commit

Permalink
chore(release): Bumped to Version 13.34.1
Browse files Browse the repository at this point in the history
## [13.34.1](v13.34.0...v13.34.1) (2022-06-21)

### Bug Fixes

* Conversion rate validation for multi-currency invoices ([4186aaf](4186aaf))
* **india:** e-invoice eligibility if company gstin is not configured ([#31247](#31247)) ([7696ae4](7696ae4))
* internal transfer GLE validation ([8a4cd2a](8a4cd2a))
* Merge Conflicts ([0f3a02d](0f3a02d))
* Pick Template BOM if variant BOM absent in WO popup from SO ([7c35887](7c35887))
* Quotation lost update ([3b9f943](3b9f943))
* Spelling mistake in quotation depend on (backport [#31362](#31362)) ([#31363](#31363)) ([ebcdaf7](ebcdaf7))
* transaction date gets unset in material request ([#31387](#31387)) ([4e2ed6f](4e2ed6f)), closes [#31327](#31327)
* UOM handling for transaction without item (backport [#31389](#31389)) ([#31391](#31391)) ([051e5cd](051e5cd))

### Performance Improvements

* GLE reposting with progress and chunking (backport [#31343](#31343)) ([#31373](#31373)) ([f19ed0b](f19ed0b))
  • Loading branch information
frappe-bot committed Jun 21, 2022
1 parent d6d2215 commit 0a25d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erpnext/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from erpnext.hooks import regional_overrides

__version__ = "13.34.0"
__version__ = "13.34.1"


def get_default_company(user=None):
Expand Down

0 comments on commit 0a25d28

Please sign in to comment.