diff --git a/CHANGELOG.md b/CHANGELOG.md index 432b7e2..0220f60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/mumin/__init__.py b/mumin/__init__.py index 8a83c27..fa03426 100644 --- a/mumin/__init__.py +++ b/mumin/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.2.0' +__version__ = '0.3.0' # Set up logging import logging