Skip to content

Commit

Permalink
chore(release): Bumped to Version 13.27.0
Browse files Browse the repository at this point in the history
# [13.27.0](frappe/erpnext@v13.26.0...v13.27.0) (2022-04-19)

### Bug Fixes

* Depreciation Amount calculation for first row when Monthly Depreciation is allowed ([frappe#30692](frappe#30692)) ([9cf790d](frappe@9cf790d))
* Do not show disabled dimensions in reports ([46d773d](frappe@46d773d))
* Exchange gain and loss on advance jv allocation ([9c5f841](frappe@9c5f841))
* Map correct company to PO made via Prod Plan (subcontract) ([44be67e](frappe@44be67e))
* Map Production Plan company in subassembly WO created from it ([f604101](frappe@f604101))
* **patch:** check if column is present while fixing reverse linking (backport [frappe#30737](frappe#30737)) ([frappe#30739](frappe#30739)) ([38002e3](frappe@38002e3))
* Payment reco query with max invocie and payment amount limit ([4008c95](frappe@4008c95))
* Price changing on creating Sales retrun from Delivery Note ([93fe840](frappe@93fe840))
* process statement to_date override ([378d15d](frappe@378d15d))
* Remove "Values Out of Sync" validation (backport [frappe#30707](frappe#30707)) ([frappe#30718](frappe#30718)) ([fb9d640](frappe@fb9d640))
* Update token to allow updates on protected branch ([2a29aef](frappe@2a29aef))
* update translation ([frappe#30716](frappe#30716)) ([fb127da](frappe@fb127da))

### Features

* Item-wise provisional accounting for service items ([5776881](frappe@5776881))
  • Loading branch information
semantic-release-bot committed Apr 19, 2022
1 parent f266d76 commit 4389100
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.26.0"
__version__ = "13.27.0"

def get_default_company(user=None):
"""Get default company for user"""
Expand Down

0 comments on commit 4389100

Please sign in to comment.