File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog for Thoth's micropipenv
22
3+ ## [ 1.2.0] - 2021-December-06 - Fridolin Pokorny < fridolin@redhat.com >
4+
5+ ### Added
6+
7+ * micropipenv is no longer tested with Python 3.6 and development pip
8+ Contribution thanks to @frenzymadness
9+
10+ * Support directory-based dependencies
11+ Contribution thanks to @abompard
12+
13+ * micropipenv warns users if they use Poetry lockfiles and Python
14+ version is not checked by micropipenv
15+ Contribution thanks to @frenzymadness
16+
317## [ 1.1.3] - 2021-October-20 - Fridolin Pokorny < fridolin@redhat.com >
418
519### Added
Original file line number Diff line number Diff line change 2828issue `python3 -m venv venv/ && . venv/bin/activate` to create one.
2929"""
3030
31- __version__ = "1.1.3 "
31+ __version__ = "1.2.0 "
3232__author__ = "Fridolin Pokorny <fridex.devel@gmail.com>"
3333__title__ = "micropipenv"
3434
You can’t perform that action at this time.
0 commit comments