Skip to content

Commit 5e9745e

Browse files
authored
Merge pull request #164 from fridex/micropipenv-v1.0.4
Version 1.0.4
2 parents 9eb69da + ab03eb9 commit 5e9745e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## [1.0.4] - 2021-April-29 - Fridolin Pokorny <fridolin@redhat.com>
4+
5+
### Added
6+
7+
* Fix permission error on Windows
8+
thanks to Julien Rottenberg (@jrottenberg)
9+
310
## [1.0.3] - 2021-March-10 - Fridolin Pokorny <fridolin@redhat.com>
411

512
### Added

micropipenv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
issue `python3 -m venv venv/ && . venv/bin/activate` to create one.
2828
"""
2929

30-
__version__ = "1.0.3"
30+
__version__ = "1.0.4"
3131
__author__ = "Fridolin Pokorny <fridex.devel@gmail.com>"
3232
__title__ = "micropipenv"
3333

0 commit comments

Comments
 (0)