Skip to content

Commit 4c9d803

Browse files
committed
Version 0.5.2
1 parent 2d2592c commit 4c9d803

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## [0.5.2] - 2020-August-05 - Fridolin Pokorny <[email protected]>
4+
5+
### Added
6+
7+
* Test against pip==20.2.1
8+
39
## [0.5.1] - 2020-Jul-30 - Fridolin Pokorny <[email protected]>
410

511
### 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__ = "0.5.1"
30+
__version__ = "0.5.2"
3131
__author__ = "Fridolin Pokorny <[email protected]>"
3232
__title__ = "micropipenv"
3333

0 commit comments

Comments
 (0)