Skip to content

Commit 22e93f6

Browse files
committed
Release 1.9.0
1 parent a63befe commit 22e93f6

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog for Thoth's micropipenv
22

3+
## [1.9.0] - 2025-Jan-23 - Lumír Balhar <[email protected]>
4+
5+
### Added
6+
7+
* Support for Poetry 2.0
8+
9+
### Removed
10+
11+
* Python 3.7 from CI
12+
313
## [1.8.1] - 2024-Oct-29 - Lumír Balhar <[email protected]>
414

515
### Added

micropipenv.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
issue `python3 -m venv venv/ && . venv/bin/activate` to create one.
2929
"""
3030

31-
__version__ = "1.8.1"
31+
__version__ = "1.9.0"
3232
__author__ = "Fridolin Pokorny <[email protected]>"
3333
__title__ = "micropipenv"
3434

0 commit comments

Comments
 (0)