Skip to content

Commit

Permalink
hotfix/v1.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
arrrlo committed Oct 5, 2022
1 parent 9944c53 commit baf5e63
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.4.6

### Fixes in 1.4.6
- custom name bug for multiple files (discovered and fixed by [@Hussainity](https://github.com/Hussainity))

## 1.4.5

### Fixes in 1.4.5
Expand Down
3 changes: 2 additions & 1 deletion google_images_search/fetch_resize_save.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ def search(self, search_params, path_to_dir=False, width=None,

if not self._search_for_more:
self._set_data(
search_params, path_to_dir, width, height, custom_image_name, cache_discovery
search_params, path_to_dir, width, height, custom_image_name,
cache_discovery
)
self._search_result = []

Expand Down
2 changes: 1 addition & 1 deletion google_images_search/meta.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.4.5'
__version__ = '1.4.6'

0 comments on commit baf5e63

Please sign in to comment.