Skip to content

Commit

Permalink
Update version and change log
Browse files Browse the repository at this point in the history
  • Loading branch information
MalloyDelacroix committed Nov 7, 2022
1 parent 448860d commit 88c5c4e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGE_LOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Change Log


## v3.15.3

### Bug Fixes
* Fix an error in the redgifs extractor that caused ignored duplicate links to be falsely reported as failures to
extract.
* Fix inability to schedule more than one download task.


## v3.15.2

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion DownloaderForReddit/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = 'v3.15.2'
__version__ = 'v3.15.3'


def get_major_version():
Expand Down

0 comments on commit 88c5c4e

Please sign in to comment.