Skip to content

Commit

Permalink
chore(release): Bumped to Version 13.50.2
Browse files Browse the repository at this point in the history
## [13.50.2](v13.50.1...v13.50.2) (2023-05-10)

### Bug Fixes

* handle empty FBs properly in TB and GL [v14] (backport [#35189](#35189)) ([#35192](#35192)) ([e2af66c](e2af66c))
  • Loading branch information
frappe-bot committed May 10, 2023
1 parent 2825253 commit 1380f7a
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.50.1"
__version__ = "13.50.2"


def get_default_company(user=None):
Expand Down

0 comments on commit 1380f7a

Please sign in to comment.