Skip to content

Commit 754c7ba

Browse files
authored
Version 1.0.2 (#147)
1 parent bcab3a7 commit 754c7ba

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog for Thoth's micropipenv
22

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+
310
## [1.0.1] - 2020-November-09 - Fridolin Pokorny <fridolin@redhat.com>
411

512
### Added

micropipenv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
issue `python3 -m venv venv/ && . venv/bin/activate` to create one.
2828
"""
2929

30-
__version__ = "1.0.1"
30+
__version__ = "1.0.2"
3131
__author__ = "Fridolin Pokorny <fridex.devel@gmail.com>"
3232
__title__ = "micropipenv"
3333

0 commit comments

Comments
 (0)