Skip to content

Commit

Permalink
Version 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fridex committed Oct 21, 2021
1 parent a78e111 commit 36c1725
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog for Thoth's micropipenv

## [1.1.3] - 2021-October-20 - Fridolin Pokorny <[email protected]>

### Added

* Perform method discovery for requirements sub-command as documented
Fix thanks to @frenzymadness, issue reported by @hanjos

## [1.1.2] - 2021-October-05 - 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.1.2"
__version__ = "1.1.3"
__author__ = "Fridolin Pokorny <[email protected]>"
__title__ = "micropipenv"

Expand Down

0 comments on commit 36c1725

Please sign in to comment.