Skip to content

Commit

Permalink
Release 0.42.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pilosus committed Jan 16, 2023
1 parent e0e139a commit 43aa2c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 43aa2c4

Please sign in to comment.