chore: version bump and release notes

This commit is contained in:
Deepesh Garg
2022-03-28 23:27:54 +05:30
parent 0c4a61d4e6
commit 5bedb88e62
2 changed files with 8 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ import frappe
from erpnext.hooks import regional_overrides
from frappe.utils import getdate
__version__ = '12.29.0'
__version__ = '12.30.0'
def get_default_company(user=None):
'''Get default company for user'''

View File

@@ -0,0 +1,7 @@
## ERPNext Version 12.29.0 Release Notes
### Fixes & Enhancements
* fix(e-invoicing): remove batch no from e-invoices ([#30088](https://github.com/frappe/erpnext/pull/30088))
* fix: salary slip amount rounding errors ([#30250](https://github.com/frappe/erpnext/pull/30250))
* feat: add client id & client secret fields in e invoice settings ([#30401](https://github.com/frappe/erpnext/pull/30401))