Skip to content

Commit f26102e

Browse files
authored
Merge pull request #224 from fridex/v1.2.1
Version 1.2.1
2 parents 136743b + 93ec4de commit f26102e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

3+
## [1.2.1] - 2022-February-21 - Fridolin Pokorny <fridolin@redhat.com>
4+
5+
### Added
6+
7+
* Test with pip==22.0.3
8+
9+
* Add tomli support
10+
Contribution thanks to @frenzymadness
11+
312
## [1.2.0] - 2021-December-06 - Fridolin Pokorny <fridolin@redhat.com>
413

514
### 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.2.0"
31+
__version__ = "1.2.1"
3232
__author__ = "Fridolin Pokorny <fridex.devel@gmail.com>"
3333
__title__ = "micropipenv"
3434

0 commit comments

Comments
 (0)