2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-04 22:55:25 +00:00

chore(release): Bumped to Version 5.23.0

# [5.23.0](https://github.com/frappe/bench/compare/v5.22.9...v5.23.0) (2024-11-28)

### Bug Fixes

* apps init; apps might be an empty folder still ([0bb5ffe](0bb5ffeb69))
* use `with` to read pyproject.toml ([f3110e5](f3110e5456))

### Features

* add more flexibility to procfile render ([ac08ec6](ac08ec6dee))
This commit is contained in:
semantic-release-bot 2024-11-28 07:12:43 +00:00
parent 96cc3fef7f
commit 8f6374de61

View File

@ -1,4 +1,4 @@
VERSION = "5.22.9"
VERSION = "5.23.0"
PROJECT_NAME = "frappe-bench"
FRAPPE_VERSION = None
current_path = None