From ee82f231549888949abb4cdbd1c6a45433545671 Mon Sep 17 00:00:00 2001 From: Lumir Balhar Date: Tue, 7 Nov 2023 17:45:44 +0100 Subject: [PATCH] Release 1.5.2 --- CHANGELOG.md | 3 ++- micropipenv.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a877a7a..ce904c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog for Thoth's micropipenv -## [1.5.2] - 2023-Oct-31 - Lumír Balhar +## [1.5.2] - 2023-Nov-07 - Lumír Balhar ### Added @@ -9,6 +9,7 @@ ### Fixed * Fix comparing of packages' names in pyproject.toml and poetry.lock +* Fix support for poetry main/dev groups ## [1.5.1] - 2023-Oct-17 - Lumír Balhar diff --git a/micropipenv.py b/micropipenv.py index 97f2e39..a41066d 100755 --- a/micropipenv.py +++ b/micropipenv.py @@ -28,7 +28,7 @@ issue `python3 -m venv venv/ && . venv/bin/activate` to create one. """ -__version__ = "1.5.1" +__version__ = "1.5.2" __author__ = "Fridolin Pokorny " __title__ = "micropipenv"