From 707b425b3494cbf54e4dc048d44ecd05de7af72d Mon Sep 17 00:00:00 2001 From: saattrupdan Date: Mon, 18 Oct 2021 11:59:03 +0100 Subject: [PATCH] feat: v0.3.0 --- CHANGELOG.md | 2 +- mumin/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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