From f4ed48ff6691c86118e5bd60f4bc98c6344506dd Mon Sep 17 00:00:00 2001 From: Federico Lorenzi Date: Mon, 18 Jul 2022 13:20:14 +0200 Subject: [PATCH] Release 2.1.1 --- CHANGELOG.md | 2 ++ appveyor.yml | 2 +- safety/VERSION | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7559f32..a347341c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file. The format is partly based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) and [PEP 440](https://peps.python.org/pep-0440/) +## [2.1.1] - 2022-07-18 +- Fix crash when running on systems without git present (Thanks @andyjones) ## [2.1.0] - 2022-07-14 diff --git a/appveyor.yml b/appveyor.yml index 66d994b5..47b13ee2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 2.1.0-{build} +version: 2.1.1-{build} image: - Visual Studio 2019 - Ubuntu diff --git a/safety/VERSION b/safety/VERSION index 7ec1d6db..3e3c2f1e 100644 --- a/safety/VERSION +++ b/safety/VERSION @@ -1 +1 @@ -2.1.0 +2.1.1