Skip to content

Commit

Permalink
Version 1.2.0 (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
fridex authored Dec 6, 2021
1 parent ede5dc4 commit 72407d4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog for Thoth's micropipenv

## [1.2.0] - 2021-December-06 - Fridolin Pokorny <[email protected]>

### Added

* micropipenv is no longer tested with Python 3.6 and development pip
Contribution thanks to @frenzymadness

* Support directory-based dependencies
Contribution thanks to @abompard

* micropipenv warns users if they use Poetry lockfiles and Python
version is not checked by micropipenv
Contribution thanks to @frenzymadness

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

Expand Down

0 comments on commit 72407d4

Please sign in to comment.