From 9a069246f210700f17d81f86a6955758ef018784 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 4 Feb 2021 10:26:17 +0000 Subject: [PATCH] chore(release): Bumped to Version 5.3.0 # [5.3.0](https://github.com/frappe/bench/compare/v5.2.1...v5.3.0) (2021-02-04) ### Bug Fixes * Run compileall in bench after update ([54e6bcf](https://github.com/frappe/bench/commit/54e6bcfe9c967137e0be00cefe93a5ddaec30056)) * wrong flag description ([e9c046d](https://github.com/frappe/bench/commit/e9c046d56b15e39630490bc64ebaaa6727623186)) * **install:** Allow override of frappe_branch and erpnext_branch ([6a207ca](https://github.com/frappe/bench/commit/6a207ca57ab36d3d43b169b8a7609ba87dc8611b)) * **install:** Helpful logging ([2c4659a](https://github.com/frappe/bench/commit/2c4659a7aab2c4c8ed7734438ffc42360c9c6023)) * **playbooks:** Support wkhtmltox arm64 architecture ([d6d1b91](https://github.com/frappe/bench/commit/d6d1b91a79b3b74a5595a2b943041659ff5928bd)) * Allow bench src as root ([9d1f7a7](https://github.com/frappe/bench/commit/9d1f7a7ed7ca3caaf9978c3f75292984078caf69)) * force renew on monthly bases ([7dcd5f9](https://github.com/frappe/bench/commit/7dcd5f9ce3c3322f0a5d96f1b9624c6215f76448)) * Handle no args passed in CLI ([31e4aee](https://github.com/frappe/bench/commit/31e4aeeab8bca4a8d58ad72db735128670a7480b)) * Install wheel during ansible setup ([61567be](https://github.com/frappe/bench/commit/61567be3f69aa34b11a60fbd807aed00f9dc40a7)) * Log in ~/bench.log if not running inside bench directory ([28302f6](https://github.com/frappe/bench/commit/28302f67a30e061d771a5607f67b2b03b1205a7d)) * removed force renewal as it would extend by 3 months every month, now the job runs daily ([408676c](https://github.com/frappe/bench/commit/408676c80e3fa37e3794584b12e73c2060cfa55f)) * removed patch ([87edc4e](https://github.com/frappe/bench/commit/87edc4e10932a9ce92215fef00daada5f6817b7d)) * Use NullHandler for commands executed outside a bench dir ([31f2999](https://github.com/frappe/bench/commit/31f2999b4b971176b57c09ecef5d5edfe39dcb53)) * utf8mb4_general_ci ([f2e7702](https://github.com/frappe/bench/commit/f2e7702fdefe30ee8d0546da5dc09e9042f7f570)) * **install:** Install dev packages for Arm 64-bit ([df0562d](https://github.com/frappe/bench/commit/df0562d59b423f1d833c929a38ea5e380bbcae4f)) * **install:** Obey --without-site ([608b28c](https://github.com/frappe/bench/commit/608b28c2460adf2b6ee1504b21a7e69dfdb06a1e)) * Add bench.cli namespace ([2f0b508](https://github.com/frappe/bench/commit/2f0b508d2ef1d4935ccd4a74d374ee6be28a7bec)) * Remove src test ([b8ed4f6](https://github.com/frappe/bench/commit/b8ed4f6a4bc35f7a8935793c3616fc1258ff2685)) * Unpin setuptools, six and virtualenv ([03576d1](https://github.com/frappe/bench/commit/03576d10b45046659fc356fb8113fddf06d2bc33)) * update letsencrypt renew cron frequency ([7a7b0fe](https://github.com/frappe/bench/commit/7a7b0fea3786c1c4009fb580e96ae16c84f69cb3)) * Update package lists and setup prereqs before setting up script ([550f55d](https://github.com/frappe/bench/commit/550f55d1460cc29197c7ec9dddc59b0d81684e9f)) * Updated command help and verbosity while setting crontab ([c9abac2](https://github.com/frappe/bench/commit/c9abac299a3b46f08b0b4406449bb82ed90a60a2)) * Use 'develop' bench if not specified! ([0ad4421](https://github.com/frappe/bench/commit/0ad44214cf739812ce8dc0175f5774bdd376ebf1)) * warning on pip reinstall ([d979751](https://github.com/frappe/bench/commit/d979751e0c44f8b519e77a4bb11c7e6e3f6333ee)) ### Features * better flag description ([9de383a](https://github.com/frappe/bench/commit/9de383a760a604a73509d72c230f59e5a0fac11e)) * patch for older setups with wrong cron format ([1e97cdf](https://github.com/frappe/bench/commit/1e97cdf0c831e0ae46b3e7c579c96e05ca185916)) * patch for older setups with wrong cron format ([097879e](https://github.com/frappe/bench/commit/097879e1fb855d4223fcce3ad359a2f9ec81d835)) * pitch erpnext support to VM users ([137a78a](https://github.com/frappe/bench/commit/137a78a6b0fa826a947deb0d07bb05bcf1fafe70)) --- bench/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/__init__.py b/bench/__init__.py index eec75ea4..2135ad5b 100644 --- a/bench/__init__.py +++ b/bench/__init__.py @@ -1,4 +1,4 @@ -VERSION = "5.2.1" +VERSION = "5.3.0" PROJECT_NAME = "frappe-bench" FRAPPE_VERSION = None