generated from thoth-station/template-project
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1987b19
commit fe8c6fd
Showing
2 changed files
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,15 @@ | ||
# Changelog for Thoth's micropipenv | ||
|
||
## [1.4.5] - 2023-Jan-05 - Lumír Balhar <[email protected]> | ||
|
||
### Added | ||
|
||
* Test with pip==22.3.1 | ||
|
||
### Fixed | ||
|
||
* Compatibility with new poetry lock file format version 2.0 | ||
|
||
## [1.4.4] - 2022-Oct-31 - Lumír Balhar <[email protected]> | ||
|
||
### Added | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ | |
issue `python3 -m venv venv/ && . venv/bin/activate` to create one. | ||
""" | ||
|
||
__version__ = "1.4.4" | ||
__version__ = "1.4.5" | ||
__author__ = "Fridolin Pokorny <[email protected]>" | ||
__title__ = "micropipenv" | ||
|
||
|