From 555758ece9f3e483b55d3ee5e52f9f521d6ea2b2 Mon Sep 17 00:00:00 2001 From: gsganden Date: Thu, 17 Oct 2019 06:14:19 -0500 Subject: [PATCH] Bump version --- CHANGELOG.md | 4 ++++ autofocus/_version.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30f2432..5e523b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). +# [1.2.4] - 2019-10-13 +### Changed + - Service gets image file extensions from `mimetypes` instead of using a hard-coded list. + # [1.2.3] - 2019-8-22 ### Changed - Tests and instructions now refer to "localhost" instead of "0.0.0.0". diff --git a/autofocus/_version.py b/autofocus/_version.py index bc86c94..b3f9ac7 100644 --- a/autofocus/_version.py +++ b/autofocus/_version.py @@ -1 +1 @@ -__version__ = "1.2.2" +__version__ = "1.2.4"