Skip to content

Commit

Permalink
chore(release): Bumped to Version 13.50.0
Browse files Browse the repository at this point in the history
# [13.50.0](v13.49.14...v13.50.0) (2023-05-03)

### Bug Fixes

* allow user to set standard deductions in income tax slab without allowing other exemptions ([c5261cd](c5261cd))
* check for session user rather than owner ([7d6e2f9](7d6e2f9))
* conflicts ([778ba69](778ba69))
* conflicts ([b19b0a4](b19b0a4))
* conflicts ([6bdf143](6bdf143))
* don't allow to make reposting for the closed period ([b31d8ee](b31d8ee))
* handle expected_value_after_useful_life properly in asset value adjustment (backport [#35117](#35117)) ([#35120](#35120)) ([635559d](635559d))
* handle finance book properly in trial balance and general ledger ([#35136](#35136)) ([9a37603](9a37603))
* Hyperlink in Quality Inspection Summary ([54388e8](54388e8))
* Naming series error in Journal Entry template ([#35084](#35084)) ([d3c769c](d3c769c))
* per_billed condition for Payment Entry ([#34969](#34969)) ([563e5c0](563e5c0))
* test case ([db6d0e0](db6d0e0))

### Features

* validate repost item valuation against accounts freeze date ([a852dc1](a852dc1))
  • Loading branch information
frappe-bot committed May 3, 2023
1 parent cb0d567 commit ef2d4fe
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.49.14"
__version__ = "13.50.0"


def get_default_company(user=None):
Expand Down

0 comments on commit ef2d4fe

Please sign in to comment.