Skip to content

Commit

Permalink
Release 1.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
VannTen authored and frenzymadness committed Feb 22, 2023
1 parent 860b02c commit 5ff5b39
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog for Thoth's micropipenv

## [1.4.6] - 2023-Feb-18 - Max Gautier <max.gautier@redhat.com>

### Added

* Test with pip=23.0

### Fixed

* Fix error for 'only-direct' when package entry has no explicit 'version' in the Pipfile (#256)

## [1.4.5] - 2023-Jan-05 - Lumír Balhar <lbalhar@redhat.com>

### Added
Expand Down
2 changes: 1 addition & 1 deletion micropipenv.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
issue `python3 -m venv venv/ && . venv/bin/activate` to create one.
"""

__version__ = "1.4.5"
__version__ = "1.4.6"
__author__ = "Fridolin Pokorny <fridex.devel@gmail.com>"
__title__ = "micropipenv"

Expand Down

0 comments on commit 5ff5b39

Please sign in to comment.