Skip to content

Commit

Permalink
Merge pull request #181 from fridex/micropipenv-v1.1.0
Browse files Browse the repository at this point in the history
Version 1.1.0
  • Loading branch information
sesheta authored Jun 21, 2021
2 parents abf5494 + 4f4fba4 commit dd30b7e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog for Thoth's micropipenv

## [1.1.0] - 2021-Jun-21 - Fridolin Pokorny <[email protected]>

### Added

* Add resolving enviroment variables in Pipfile URL
thanks to @Misoslav and @frenzymadness
* Test with pip<=21.1.2
* Tests are now executed on Windows as well
thanks to @frenzymadness

## [1.0.4] - 2021-April-29 - Fridolin Pokorny <[email protected]>

### Added
Expand Down
2 changes: 1 addition & 1 deletion micropipenv.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
issue `python3 -m venv venv/ && . venv/bin/activate` to create one.
"""

__version__ = "1.0.4"
__version__ = "1.1.0"
__author__ = "Fridolin Pokorny <[email protected]>"
__title__ = "micropipenv"

Expand Down

0 comments on commit dd30b7e

Please sign in to comment.