We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcab3a7 commit 754c7baCopy full SHA for 754c7ba
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog for Thoth's micropipenv
2
3
+## [1.0.2] - 2020-December-10 - Fridolin Pokorny <fridolin@redhat.com>
4
+
5
+### Added
6
7
+* Test with pip==20.3
8
+* Test with pip==20.3.1
9
10
## [1.0.1] - 2020-November-09 - Fridolin Pokorny <fridolin@redhat.com>
11
12
### Added
micropipenv.py
@@ -27,7 +27,7 @@
27
issue `python3 -m venv venv/ && . venv/bin/activate` to create one.
28
"""
29
30
-__version__ = "1.0.1"
+__version__ = "1.0.2"
31
__author__ = "Fridolin Pokorny <fridex.devel@gmail.com>"
32
__title__ = "micropipenv"
33
0 commit comments