We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9eb69da + ab03eb9 commit 5e9745eCopy full SHA for 5e9745e
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog for Thoth's micropipenv
2
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
10
## [1.0.3] - 2021-March-10 - Fridolin Pokorny <fridolin@redhat.com>
11
12
### Added
micropipenv.py
@@ -27,7 +27,7 @@
27
issue `python3 -m venv venv/ && . venv/bin/activate` to create one.
28
"""
29
30
-__version__ = "1.0.3"
+__version__ = "1.0.4"
31
__author__ = "Fridolin Pokorny <fridex.devel@gmail.com>"
32
__title__ = "micropipenv"
33
0 commit comments