Skip to content

Commit 95abbf3

Browse files
authored
Version 0.5.0 (#107)
1 parent 0e6e0fe commit 95abbf3

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

3+
## [0.5.0] - 2020-Jul-23 - Fridolin Pokorny <[email protected]>
4+
5+
### Added
6+
7+
* Add support for a direct reference install using Pipenv and requirements.txt file
8+
thanks to Tomáš Coufal <[email protected]> for Pipenv support
9+
10+
* More descriptive warning message in the unpinned warning message
11+
312
## [0.4.0] - 2020-Jul-07 - Fridolin Pokorny <[email protected]>
413

514
### 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.4.0"
30+
__version__ = "0.5.0"
3131
__author__ = "Fridolin Pokorny <[email protected]>"
3232
__title__ = "micropipenv"
3333

0 commit comments

Comments
 (0)