From 43aa2c45542437a1c924e03538aa7d06ad253105 Mon Sep 17 00:00:00 2001 From: Vitaly Samigullin Date: Mon, 16 Jan 2023 09:51:16 +0100 Subject: [PATCH] Release 0.42.1 --- CHANGELOG.md | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bf01a7..65f8643 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ This change log follows the conventions of [keepachangelog.com](http://keepachan ## [0.42.1] - 2023-01-15 -### Changed +### Fixed - Addressed a bug in version parsing for PEP517-non-compliant package filenames [#123](https://github.com/pilosus/pip-license-checker/issues/123) diff --git a/project.clj b/project.clj index 56f95dc..dc57694 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.pilosus/pip-license-checker "0.42.1-SNAPSHOT" +(defproject org.pilosus/pip-license-checker "0.42.1" :description "License compliance tool to identify dependencies license names and types: permissive, copyleft, proprietory, etc." :url "https://github.com/pilosus/pip-license-checker" :license {:name "Eclipse Public License 2.0 OR GNU GPL v2+ with Classpath exception"