From cb5c3845638d28f5a7bcef5a49b6b3fdd2132bbf Mon Sep 17 00:00:00 2001 From: nsheff Date: Fri, 18 Jun 2021 12:50:32 -0400 Subject: [PATCH] version bump, changelog --- docs/changelog.md | 5 +++++ looper/_version.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index e949145f8..7276c278c 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,6 +2,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) and [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) format. +## [1.3.1] -- 2021-06-18 + +### Changed +- Fixed a bug stating "No failed flag found" when a failed flag was found. + ## [1.3.0] -- 2020-10-07 ### Added diff --git a/looper/_version.py b/looper/_version.py index 67bc602ab..9c73af26b 100644 --- a/looper/_version.py +++ b/looper/_version.py @@ -1 +1 @@ -__version__ = "1.3.0" +__version__ = "1.3.1"