We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 136743b commit 4d94837Copy full SHA for 4d94837
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog for Thoth's micropipenv
2
3
+## [1.2.1] - 2022-February-21 - Fridolin Pokorny <fridolin@redhat.com>
4
+
5
+### Added
6
7
+* Test with pip==20.0.3
8
9
+* Add tomli support
10
+ Contribution thanks to @frenzymadness
11
12
## [1.2.0] - 2021-December-06 - Fridolin Pokorny <fridolin@redhat.com>
13
14
### Added
micropipenv.py
@@ -28,7 +28,7 @@
28
issue `python3 -m venv venv/ && . venv/bin/activate` to create one.
29
"""
30
31
-__version__ = "1.2.0"
+__version__ = "1.2.1"
32
__author__ = "Fridolin Pokorny <fridex.devel@gmail.com>"
33
__title__ = "micropipenv"
34
0 commit comments