We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b8b74f commit 9c986ebCopy full SHA for 9c986eb
news/5394.bugfix.rst
@@ -0,0 +1,2 @@
1
+Fixes regression from ``2022.10.9`` where ``Pipfile`` with ``pipenv`` section began generating new hash,
2
+and also fix regression where lock phase did not update the hash value.
pipenv/vendor/plette/__init__.py
@@ -3,7 +3,7 @@
3
"Lockfile", "Pipfile",
4
]
5
6
-__version__ = '0.4.0'
+__version__ = '0.4.1'
7
8
from .lockfiles import Lockfile
9
from .pipfiles import Pipfile
0 commit comments