Skip to content

Commit dd30b7e

Browse files
authored
Merge pull request #181 from fridex/micropipenv-v1.1.0
Version 1.1.0
2 parents abf5494 + 4f4fba4 commit dd30b7e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog for Thoth's micropipenv
22

3+
## [1.1.0] - 2021-Jun-21 - Fridolin Pokorny <[email protected]>
4+
5+
### Added
6+
7+
* Add resolving enviroment variables in Pipfile URL
8+
thanks to @Misoslav and @frenzymadness
9+
* Test with pip<=21.1.2
10+
* Tests are now executed on Windows as well
11+
thanks to @frenzymadness
12+
313
## [1.0.4] - 2021-April-29 - Fridolin Pokorny <[email protected]>
414

515
### Added

micropipenv.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
issue `python3 -m venv venv/ && . venv/bin/activate` to create one.
2929
"""
3030

31-
__version__ = "1.0.4"
31+
__version__ = "1.1.0"
3232
__author__ = "Fridolin Pokorny <[email protected]>"
3333
__title__ = "micropipenv"
3434

0 commit comments

Comments
 (0)