mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
3.1.9
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
3.1.9:
|
||||
- Bug fix.
|
||||
3.1.8:
|
||||
- Bug fix.
|
||||
3.1.7:
|
||||
|
||||
@@ -1 +1 @@
|
||||
__version__ = '3.1.8'
|
||||
__version__ = '3.1.9'
|
||||
+1
-1
@@ -375,7 +375,7 @@ def do_init(dev=False, requirements=False, skip_virtualenv=False, allow_global=F
|
||||
|
||||
# Write out the lockfile if it doesn't exist.
|
||||
if not project.lockfile_exists:
|
||||
click.echo(crayons.yellow('Pipfile.lock not found, creating...', err=True))
|
||||
click.echo(crayons.yellow('Pipfile.lock not found, creating...'), err=True)
|
||||
do_lock()
|
||||
|
||||
# Activate virtualenv instructions.
|
||||
|
||||
Reference in New Issue
Block a user