Skip to content

Commit

Permalink
chore(release): Bumped to Version 5.4.0
Browse files Browse the repository at this point in the history
# [5.4.0](v5.3.0...v5.4.0) (2021-04-27)

### Bug Fixes

* add declarative config support for bench ([186ba28](186ba28))
* change TEST_PYPI to PYPI ([4211f5d](4211f5d))
* create bench folder in user directory ([5c5d2b5](5c5d2b5))
* Don't break update if no sites exist on patching sites stage ([778fe6c](778fe6c))
* fail2ban help message ([fec8921](fec8921))
* Invoke pip via python ([b0ccb6e](b0ccb6e))
* nginx proxy buffer ([7f9bed4](7f9bed4))
* only fetch current branch ([895c403](895c403))
* only fetch what is necessary, simplify & improve grepability ([82173c1](82173c1))
* only get the specific branch for version check ([0ff8ddd](0ff8ddd))
* Remove set-default-site from CLI ([ed3f2d2](ed3f2d2))
* Return repo_name if app_name doesn't exist ([aa1a1b9](aa1a1b9))
* serious bug capable of deleting apps path ([a1db48b](a1db48b))
* Update documentation for user directory ([294b399](294b399))
* Upgrade pip first ([#1120](#1120)) ([17ef5da](17ef5da))
* use correct path for compiling py files ([b3a0757](b3a0757))

### Features

* Keep repos shallow if --reset is specified and shallow_clone is set ([66240e1](66240e1))
* skip redis config during supervisor setup ([5cf1363](5cf1363))

### Performance Improvements

* Remove ast from the import tree ([104efd3](104efd3))
* Remove bench.config.common_site_config from the import tree ([c5d2fb9](c5d2fb9))
* Remove bench.config.letsencrypt from the import tree ([cab2d44](cab2d44))
* Remove bench.config.nginx from the import tree ([36e48c7](36e48c7))
* Remove crontab from the import tree ([e12717d](e12717d))
* Remove crontab from the import tree ([2a4377a](2a4377a))
* Remove git from the import tree ([df773d4](df773d4))
* Remove Jinja and PackageLoader from the import tree ([ad90d94](ad90d94))
* Remove multiprocessing from the import tree ([8527b10](8527b10))
* Remove multiprocessing from the import tree ([ad37665](ad37665))
* Remove requests from the import tree ([cc92584](cc92584))
* Remove semantic_version from the import tree ([2df0bf7](2df0bf7))
* Remove shutil from the import tree ([07ecaa1](07ecaa1))
* Remove six.moves.reload_module from the import tree ([5d90346](5d90346))
* Remove six.moves.urllib from the import tree ([6706b23](6706b23))
* Remove six.moves.urllib from the import tree ([5525548](5525548))
* Remove siz.moves.configparser from the import tree ([6c0e1a3](6c0e1a3))
  • Loading branch information
semantic-release-bot committed Apr 27, 2021
1 parent 8932ea5 commit 059a88c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = "5.3.0"
VERSION = "5.4.0"
PROJECT_NAME = "frappe-bench"
FRAPPE_VERSION = None

Expand Down

0 comments on commit 059a88c

Please sign in to comment.