From 09a85ff2111bb859b19db85f2b3a5854027e6f01 Mon Sep 17 00:00:00 2001 From: Mattia Campolese Date: Fri, 17 Mar 2023 13:58:52 +0000 Subject: [PATCH] v1.5.3 --- CHANGELOG.md | 6 ++++++ swift_code_metrics/version.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1bdea9..81a071c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is 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). +## [1.5.3](https://github.com/matsoftware/swift-code-metrics/releases/tag/1.5.3) - 2023-03-17 + +### Fixed + +- [PR-44](https://github.com/matsoftware/swift-code-metrics/pull/44) Relax version requirements for pyfunctional and numpy + ## [1.5.2](https://github.com/matsoftware/swift-code-metrics/releases/tag/1.5.2) - 2022-01-02 ### Added diff --git a/swift_code_metrics/version.py b/swift_code_metrics/version.py index 3585554..c3bc1f8 100644 --- a/swift_code_metrics/version.py +++ b/swift_code_metrics/version.py @@ -1 +1 @@ -VERSION = "1.5.2" +VERSION = "1.5.3"