Skip to content

Commit

Permalink
chore(release): Bumped to Version 15.33.3
Browse files Browse the repository at this point in the history
## [15.33.3](v15.33.2...v15.33.3) (2024-08-21)

### Bug Fixes

* Auto Create Serial and Batch Bundle For Outward (backport [#42778](#42778)) ([#42792](#42792)) ([7cc7179](7cc7179))
* backport german translations from develop ([9e9de4c](9e9de4c))
* bank reconcilation tool cost center company filter adding ([cd59940](cd59940))
* Create Sales Order from Quotation for Prospect ([f547bef](f547bef))
* create SO from Quot for Prospect --conflicts ([ec0201c](ec0201c))
* create SO from Quot for Prospect --conflicts ([5d7fb1d](5d7fb1d))
* disable rename from warehouse ([3a1ad6e](3a1ad6e))
* disable rename from warehouse ([40abd82](40abd82))
* dropping index to improve performance (backport [#42820](#42820)) ([#42821](#42821)) ([b24de3e](b24de3e))
* german translations ([751c209](751c209))
* german translations of "HR" ([6f7fdbe](6f7fdbe))
* ignore pricing rule while making DN from Pick List (backport [#42763](#42763)) ([#42768](#42768)) ([aba54ba](aba54ba))
* not able to create the batch (backport [#42784](#42784)) ([#42785](#42785)) ([0f9849e](0f9849e))
* **patch:** replace repost with direct sql to update 'against_voucher ([e420fa9](e420fa9))
* removed extra filter condition ([b84ca04](b84ca04))
* set up filters for dimensions ([abb8866](abb8866))
* translatability of boldened text ([4914481](4914481))
* update the testcase format ([33542cb](33542cb))
* update the testcase format ([549dc28](549dc28))

### Performance Improvements

* asset creation from purchase receipt ([1040198](1040198))
* data import for stock entries (backport [#42711](#42711)) ([#42819](#42819)) ([0344442](0344442))
  • Loading branch information
frappe-bot committed Aug 21, 2024
1 parent d04f7ff commit 28c9f2a
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 @@ -3,7 +3,7 @@

import frappe

__version__ = "15.33.2"
__version__ = "15.33.3"


def get_default_company(user=None):
Expand Down

0 comments on commit 28c9f2a

Please sign in to comment.