generated from thoth-station/template-project
-
Notifications
You must be signed in to change notification settings - Fork 26
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
a63befe
commit 22e93f6
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.9.0] - 2025-Jan-23 - Lumír Balhar <[email protected]> | ||
|
||
### Added | ||
|
||
* Support for Poetry 2.0 | ||
|
||
### Removed | ||
|
||
* Python 3.7 from CI | ||
|
||
## [1.8.1] - 2024-Oct-29 - 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.8.1" | ||
__version__ = "1.9.0" | ||
__author__ = "Fridolin Pokorny <[email protected]>" | ||
__title__ = "micropipenv" | ||
|
||
|