This commit is contained in:
2017-01-25 01:13:21 -05:00
parent a679af22ad
commit 2e2b2455ae
3 changed files with 4 additions and 2 deletions
+2
View File
@@ -1,3 +1,5 @@
3.1.9:
- Bug fix.
3.1.8:
- Bug fix.
3.1.7:
+1 -1
View File
@@ -1 +1 @@
__version__ = '3.1.8'
__version__ = '3.1.9'
+1 -1
View File
@@ -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.