Skip to content

Commit

Permalink
feat: v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saattrupdan committed Oct 18, 2021
1 parent 8bcd48e commit 707b425
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ and this project adheres to
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).


## [Unreleased]
## [v0.3.0] - 2021-10-18
### Fixed
- Now catches `SSLError` and `OSError` when processing images.
- Now catches `ReadTimeoutError` when processing articles.
Expand Down
2 changes: 1 addition & 1 deletion mumin/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.2.0'
__version__ = '0.3.0'

# Set up logging
import logging
Expand Down

0 comments on commit 707b425

Please sign in to comment.