Skip to content

Commit 72407d4

Browse files
authored
Version 1.2.0 (#211)
1 parent ede5dc4 commit 72407d4

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

3+
## [1.2.0] - 2021-December-06 - Fridolin Pokorny <fridolin@redhat.com>
4+
5+
### Added
6+
7+
* micropipenv is no longer tested with Python 3.6 and development pip
8+
Contribution thanks to @frenzymadness
9+
10+
* Support directory-based dependencies
11+
Contribution thanks to @abompard
12+
13+
* micropipenv warns users if they use Poetry lockfiles and Python
14+
version is not checked by micropipenv
15+
Contribution thanks to @frenzymadness
16+
317
## [1.1.3] - 2021-October-20 - Fridolin Pokorny <fridolin@redhat.com>
418

519
### Added

micropipenv.py

Lines changed: 1 addition & 1 deletion
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.1.3"
31+
__version__ = "1.2.0"
3232
__author__ = "Fridolin Pokorny <fridex.devel@gmail.com>"
3333
__title__ = "micropipenv"
3434

0 commit comments

Comments
 (0)