From 9b15d5b6716b80cb8a9218bf5f78f1d2587d42e2 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 6 Mar 2018 12:31:51 -0500 Subject: [PATCH 01/16] debian Signed-off-by: Kenneth Reitz --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 36 ++++++++++++++++++++++++++++++++++++ debian/rules | 31 +++++++++++++++++++++++++++++++ debian/source/format | 1 + debian/source/options | 1 + 6 files changed, 75 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100755 debian/rules create mode 100644 debian/source/format create mode 100644 debian/source/options diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 00000000..cadace93 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +pipenv (11.0.2-1) unstable; urgency=low + + * source package automatically created by stdeb 0.8.5 + + -- Kenneth Reitz Tue, 06 Mar 2018 12:31:26 -0500 diff --git a/debian/compat b/debian/compat new file mode 100644 index 00000000..7f8f011e --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +7 diff --git a/debian/control b/debian/control new file mode 100644 index 00000000..b03492c7 --- /dev/null +++ b/debian/control @@ -0,0 +1,36 @@ +Source: pipenv +Maintainer: Kenneth Reitz +Section: python +Priority: optional +Build-Depends: python3-setuptools, python3-all, debhelper (>= 7.4.3) +Standards-Version: 3.9.1 + + + + + +Package: python3-pipenv +Architecture: all +Depends: ${misc:Depends}, ${python3:Depends} +Description: Python Development Workflow for Humans. + . + Pipenv: Python Development Workflow for Humans + ============================================== + . + .. image:: https://img.shields.io/pypi/v/pipenv.svg + :target: https://pypi.python.org/pypi/pipenv + . + .. image:: https://img.shields.io/pypi/l/pipenv.svg + :target: https://pypi.python.org/pypi/pipenv + . + .. image:: https://img.shields.io/pypi/pyversions/pipenv.svg + :target: https://pypi.python.org/pypi/pipenv + . + .. image:: https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg + :target: https://saythanks.io/to/kennethreitz + . + --------------- + . + **Pipenv** — the officially recommended Python packaging tool from `Python.org `_, free (as in freedom). + . + diff --git a/debian/rules b/debian/rules new file mode 100755 index 00000000..8c642e12 --- /dev/null +++ b/debian/rules @@ -0,0 +1,31 @@ +#!/usr/bin/make -f + +# This file was automatically generated by stdeb 0.8.5 at +# Tue, 06 Mar 2018 12:31:26 -0500 + +%: + dh $@ --with python3 --buildsystem=python_distutils + + +override_dh_auto_clean: + python3 setup.py clean -a + find . -name \*.pyc -exec rm {} \; + + + +override_dh_auto_build: + python3 setup.py build --force + + + +override_dh_auto_install: + python3 setup.py install --force --root=debian/python3-pipenv --no-compile -O0 --install-layout=deb --prefix=/usr + + + +override_dh_python2: + dh_python2 --no-guessing-versions + + + + diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 00000000..163aaf8d --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/source/options b/debian/source/options new file mode 100644 index 00000000..bcc4bbb3 --- /dev/null +++ b/debian/source/options @@ -0,0 +1 @@ +extend-diff-ignore="\.egg-info$" \ No newline at end of file From 62740e2d0228532921427a82c5bf01d11f12b99f Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 6 Mar 2018 12:32:13 -0500 Subject: [PATCH 02/16] changes Signed-off-by: Kenneth Reitz --- .gitignore | 2 ++ Makefile | 21 --------------------- Pipfile | 1 + Pipfile.lock | 23 ++++++++++++++++++----- setup.py | 25 +++++++++++++++++++++++++ 5 files changed, 46 insertions(+), 26 deletions(-) delete mode 100644 Makefile diff --git a/.gitignore b/.gitignore index 8ece4a20..5661bbf5 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,5 @@ test_project /report.tap /t.py + +/deb_dist/ diff --git a/Makefile b/Makefile deleted file mode 100644 index a615386b..00000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -.PHONY: help ## Print this help -help: - @grep -E '^\.PHONY: [a-zA-Z_-]+ .*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = "(: |##)"}; {printf "\033[36m%-30s\033[0m %s\n", $$2, $$3}' - -.PHONY: run-tests ## Run unit tests -run-tests: - pipenv run pytest tests - -.PHONY: init ## Initialize pipenv for development -init: - python setup.py develop - pipenv install --dev - -.PHONY: docs ## Generate documentation -docs: - cd docs && make html - -.PHONY: ## Generate man documentation -man: - cd docs && make man - mv docs/_build/man/pipenv.1 pipenv/pipenv.1 diff --git a/Pipfile b/Pipfile index b7a1ed6c..d6b66b88 100644 --- a/Pipfile +++ b/Pipfile @@ -10,6 +10,7 @@ pytest-xdist = "*" click = "*" "bf8d106" = {path = "./tests/pytest-pypi", editable = true} pytest-tap = "*" +stdeb = "*" [packages] diff --git a/Pipfile.lock b/Pipfile.lock index a0226351..a8a0f68d 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "cfb1e74fe6195432594c74ea1e97eba0d1561017f861350c2a7653d4aedf8901" + "sha256": "d77bda72dcf016b2bf8876f39f41360732ceeff7710232b8df91e4f23b548b1d" }, "pipfile-spec": 6, "requires": {}, @@ -308,10 +308,10 @@ }, "pytest": { "hashes": [ - "sha256:8970e25181e15ab14ae895599a0a0e0ade7d1f1c4c8ca1072ce16f25526a184d", - "sha256:9ddcb879c8cc859d2540204b5399011f842e5e8823674bf429f70ada281b3cc6" + "sha256:062027955bccbc04d2fcd5d79690947e018ba31abe4c90b2c6721abec734261b", + "sha256:117bad36c1a787e1a8a659df35de53ba05f9f3398fb9e4ac17e80ad5903eb8c5" ], - "version": "==3.4.1" + "version": "==3.4.2" }, "pytest-forked": { "hashes": [ @@ -337,7 +337,14 @@ "pytz": { "hashes": [ "sha256:07edfc3d4d2705a20a6e99d97f0c4b61c800b8232dc1c04d87e8554f130148dd", - "sha256:410bcd1d6409026fbaa65d9ed33bf6dd8b1e94a499e32168acfc7b332e4095c0" + "sha256:3a47ff71597f821cd84a162e71593004286e5be07a340fd462f0d33a760782b5", + "sha256:410bcd1d6409026fbaa65d9ed33bf6dd8b1e94a499e32168acfc7b332e4095c0", + "sha256:5bd55c744e6feaa4d599a6cbd8228b4f8f9ba96de2c38d56f08e534b3c9edf0d", + "sha256:61242a9abc626379574a166dc0e96a66cd7c3b27fc10868003fa210be4bff1c9", + "sha256:887ab5e5b32e4d0c86efddd3d055c1f363cbaa583beb8da5e22d2fa2f64d51ef", + "sha256:ba18e6a243b3625513d85239b3e49055a2f0318466e0b8a92b8fb8ca7ccdf55f", + "sha256:ed6509d9af298b7995d69a440e2822288f2eca1681b8cce37673dbb10091e5fe", + "sha256:f93ddcdd6342f94cea379c73cddb5724e0d6d0a1c91c9bdef364dc0368ba4fda" ], "version": "==2018.3" }, @@ -383,6 +390,12 @@ ], "version": "==1.0.4" }, + "stdeb": { + "hashes": [ + "sha256:0ed2c2cc6b8ba21da7d646c6f37ca60b22e9e4950e3cec6bcd9c2e7e57e3747e" + ], + "version": "==0.8.5" + }, "tap.py": { "hashes": [ "sha256:34e067d41988ce6d015c71d67f0b3025917f9a37dbc9b47aba5717a64a72b0f2", diff --git a/setup.py b/setup.py index 4c1f042d..ad676575 100644 --- a/setup.py +++ b/setup.py @@ -30,6 +30,30 @@ if sys.version_info < (2, 7): required.append('requests[security]') required.append('ordereddict') +# https://pypi.python.org/pypi/stdeb/0.8.5#quickstart-2-just-tell-me-the-fastest-way-to-make-a-deb + +class DebCommand(Command): + """Support for setup.py deb""" + + description = 'Build and publish the .deb package.' + user_options = [] + + @staticmethod + def status(s): + """Prints things in bold.""" + print('\033[1m{0}\033[0m'.format(s)) + + def initialize_options(self): + pass + + def finalize_options(self): + pass + + def run(self): + self.status(u'Generating Pipenv .deb…') + os.system('python setup.py --command-packages=stdeb.command sdist_dsc') + + class UploadCommand(Command): """Support setup.py publish.""" @@ -97,5 +121,6 @@ setup( ], cmdclass={ 'upload': UploadCommand, + 'deb': DebCommand }, ) From 450f9aaa255527d35aa21bc03a3296d9583e0038 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 6 Mar 2018 12:46:11 -0500 Subject: [PATCH 03/16] setup.py Signed-off-by: Kenneth Reitz --- setup.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ad676575..0cc224ba 100644 --- a/setup.py +++ b/setup.py @@ -50,9 +50,12 @@ class DebCommand(Command): pass def run(self): - self.status(u'Generating Pipenv .deb…') + self.status(u'Creating debian mainfest…') os.system('python setup.py --command-packages=stdeb.command sdist_dsc') + self.status(u'Building .deb…') + os.chdir('deb_dist/pipenv-{0}'.format(about['__version__'])) + os.system('dpkg-buildpackage -rfakeroot -uc -us') class UploadCommand(Command): From 54d10face8e20c86994846fefa1d9af91f3b3685 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 6 Mar 2018 14:30:49 -0500 Subject: [PATCH 04/16] version bump Signed-off-by: Kenneth Reitz --- pipenv/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 3cea6070..24533c79 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -4,4 +4,4 @@ # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '11.0.2' +__version__ = '11.0.3' From f99728387b87787f7f05b9878cd85c8128461d3f Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 6 Mar 2018 14:33:09 -0500 Subject: [PATCH 05/16] remove previous builds Signed-off-by: Kenneth Reitz --- setup.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/setup.py b/setup.py index 0cc224ba..cd1cfe9a 100644 --- a/setup.py +++ b/setup.py @@ -50,6 +50,11 @@ class DebCommand(Command): pass def run(self): + try: + self.status('Removing previous builds…') + rmtree(os.path.join(here, 'deb_dist')) + except FileNotFoundError: + pass self.status(u'Creating debian mainfest…') os.system('python setup.py --command-packages=stdeb.command sdist_dsc') From c3755db74b87b9b64a2182233cd9cb22f427cb40 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 6 Mar 2018 15:15:13 -0500 Subject: [PATCH 06/16] version bump Signed-off-by: Kenneth Reitz --- pipenv/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 24533c79..16a0891d 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -4,4 +4,4 @@ # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '11.0.3' +__version__ = '11.0.4' From f9afd6e37d20f6c16fa4950c0cdad02ba9b499b6 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 6 Mar 2018 17:13:31 -0500 Subject: [PATCH 07/16] see if that works Signed-off-by: Kenneth Reitz --- setup.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/setup.py b/setup.py index cd1cfe9a..60c12bf8 100644 --- a/setup.py +++ b/setup.py @@ -60,6 +60,11 @@ class DebCommand(Command): self.status(u'Building .deb…') os.chdir('deb_dist/pipenv-{0}'.format(about['__version__'])) + with open('debian/changelog', 'rw') as f: + content = f.read() + content.replace('unstable', 'artful') + f.write(content) + os.system('dpkg-buildpackage -rfakeroot -uc -us') From fb1b75ee10a4eb1763d223fa11b93b56ab5ab188 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 6 Mar 2018 17:15:34 -0500 Subject: [PATCH 08/16] Merge branch 'ppa' of github.com:kennethreitz/pipenv into ppa # Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit. Signed-off-by: Kenneth Reitz --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 60c12bf8..0ac3127f 100644 --- a/setup.py +++ b/setup.py @@ -60,9 +60,10 @@ class DebCommand(Command): self.status(u'Building .deb…') os.chdir('deb_dist/pipenv-{0}'.format(about['__version__'])) - with open('debian/changelog', 'rw') as f: + with open('debian/changelog', 'r') as f: content = f.read() content.replace('unstable', 'artful') + with open('debian/changelog', 'w') as f: f.write(content) os.system('dpkg-buildpackage -rfakeroot -uc -us') From 4f27b0286936d21544bd69ce363ab36714d0ec8f Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 6 Mar 2018 17:18:22 -0500 Subject: [PATCH 09/16] proper artful Signed-off-by: Kenneth Reitz --- setup.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/setup.py b/setup.py index 0ac3127f..df3adb99 100644 --- a/setup.py +++ b/setup.py @@ -56,16 +56,10 @@ class DebCommand(Command): except FileNotFoundError: pass self.status(u'Creating debian mainfest…') - os.system('python setup.py --command-packages=stdeb.command sdist_dsc') + os.system('python setup.py --command-packages=stdeb.command sdist_dsc -z artful') self.status(u'Building .deb…') os.chdir('deb_dist/pipenv-{0}'.format(about['__version__'])) - with open('debian/changelog', 'r') as f: - content = f.read() - content.replace('unstable', 'artful') - with open('debian/changelog', 'w') as f: - f.write(content) - os.system('dpkg-buildpackage -rfakeroot -uc -us') From c3ab98998c335c90ddff733af4b0a26ca408781d Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 6 Mar 2018 18:16:11 -0500 Subject: [PATCH 10/16] fix Signed-off-by: Kenneth Reitz --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index df3adb99..4b117ea1 100644 --- a/setup.py +++ b/setup.py @@ -53,6 +53,9 @@ class DebCommand(Command): try: self.status('Removing previous builds…') rmtree(os.path.join(here, 'deb_dist')) + + # Remove concurrent27, at it causes issues with compilation. + rmtree(os.path.join(here, 'pipenv', 'vendor', 'concurrent27')) except FileNotFoundError: pass self.status(u'Creating debian mainfest…') From 57aa444296eed02b66604fd61f4393a908a9bf80 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 6 Mar 2018 18:47:25 -0500 Subject: [PATCH 11/16] pipenv Signed-off-by: Kenneth Reitz --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4b117ea1..5ebe7d5c 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ class DebCommand(Command): except FileNotFoundError: pass self.status(u'Creating debian mainfest…') - os.system('python setup.py --command-packages=stdeb.command sdist_dsc -z artful') + os.system('python setup.py --command-packages=stdeb.command sdist_dsc -z artful --package pipenv') self.status(u'Building .deb…') os.chdir('deb_dist/pipenv-{0}'.format(about['__version__'])) From 0b6fc638b498c0eb43064028e2528fc8e1c53535 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 6 Mar 2018 19:10:07 -0500 Subject: [PATCH 12/16] depends on pew Signed-off-by: Kenneth Reitz --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5ebe7d5c..52f552d3 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ class DebCommand(Command): except FileNotFoundError: pass self.status(u'Creating debian mainfest…') - os.system('python setup.py --command-packages=stdeb.command sdist_dsc -z artful --package pipenv') + os.system('python setup.py --command-packages=stdeb.command sdist_dsc -z artful --package pipenv --depends python3-pew') self.status(u'Building .deb…') os.chdir('deb_dist/pipenv-{0}'.format(about['__version__'])) From 8d9fbf0ebe1789253363a45364206a32d52fbb08 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 6 Mar 2018 19:10:33 -0500 Subject: [PATCH 13/16] version bump Signed-off-by: Kenneth Reitz --- pipenv/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 16a0891d..d82ca4f1 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -4,4 +4,4 @@ # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '11.0.4' +__version__ = '11.0.5' From 17589e763ea1dea5215110a1199235d9eb36f042 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 6 Mar 2018 19:25:56 -0500 Subject: [PATCH 14/16] fixes Signed-off-by: Kenneth Reitz --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 52f552d3..c414ac26 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ class DebCommand(Command): except FileNotFoundError: pass self.status(u'Creating debian mainfest…') - os.system('python setup.py --command-packages=stdeb.command sdist_dsc -z artful --package pipenv --depends python3-pew') + os.system('python setup.py --command-packages=stdeb.command sdist_dsc -z artful --package pipenv --depends3=python3-pew') self.status(u'Building .deb…') os.chdir('deb_dist/pipenv-{0}'.format(about['__version__'])) From 800b96b24c05c70765e887eb55af9ea8d71a2691 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 6 Mar 2018 19:26:10 -0500 Subject: [PATCH 15/16] remove bunk Signed-off-by: Kenneth Reitz --- debian/changelog | 5 ----- debian/compat | 1 - debian/control | 36 ------------------------------------ debian/rules | 31 ------------------------------- debian/source/format | 1 - debian/source/options | 1 - 6 files changed, 75 deletions(-) delete mode 100644 debian/changelog delete mode 100644 debian/compat delete mode 100644 debian/control delete mode 100755 debian/rules delete mode 100644 debian/source/format delete mode 100644 debian/source/options diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index cadace93..00000000 --- a/debian/changelog +++ /dev/null @@ -1,5 +0,0 @@ -pipenv (11.0.2-1) unstable; urgency=low - - * source package automatically created by stdeb 0.8.5 - - -- Kenneth Reitz Tue, 06 Mar 2018 12:31:26 -0500 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index 7f8f011e..00000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -7 diff --git a/debian/control b/debian/control deleted file mode 100644 index b03492c7..00000000 --- a/debian/control +++ /dev/null @@ -1,36 +0,0 @@ -Source: pipenv -Maintainer: Kenneth Reitz -Section: python -Priority: optional -Build-Depends: python3-setuptools, python3-all, debhelper (>= 7.4.3) -Standards-Version: 3.9.1 - - - - - -Package: python3-pipenv -Architecture: all -Depends: ${misc:Depends}, ${python3:Depends} -Description: Python Development Workflow for Humans. - . - Pipenv: Python Development Workflow for Humans - ============================================== - . - .. image:: https://img.shields.io/pypi/v/pipenv.svg - :target: https://pypi.python.org/pypi/pipenv - . - .. image:: https://img.shields.io/pypi/l/pipenv.svg - :target: https://pypi.python.org/pypi/pipenv - . - .. image:: https://img.shields.io/pypi/pyversions/pipenv.svg - :target: https://pypi.python.org/pypi/pipenv - . - .. image:: https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg - :target: https://saythanks.io/to/kennethreitz - . - --------------- - . - **Pipenv** — the officially recommended Python packaging tool from `Python.org `_, free (as in freedom). - . - diff --git a/debian/rules b/debian/rules deleted file mode 100755 index 8c642e12..00000000 --- a/debian/rules +++ /dev/null @@ -1,31 +0,0 @@ -#!/usr/bin/make -f - -# This file was automatically generated by stdeb 0.8.5 at -# Tue, 06 Mar 2018 12:31:26 -0500 - -%: - dh $@ --with python3 --buildsystem=python_distutils - - -override_dh_auto_clean: - python3 setup.py clean -a - find . -name \*.pyc -exec rm {} \; - - - -override_dh_auto_build: - python3 setup.py build --force - - - -override_dh_auto_install: - python3 setup.py install --force --root=debian/python3-pipenv --no-compile -O0 --install-layout=deb --prefix=/usr - - - -override_dh_python2: - dh_python2 --no-guessing-versions - - - - diff --git a/debian/source/format b/debian/source/format deleted file mode 100644 index 163aaf8d..00000000 --- a/debian/source/format +++ /dev/null @@ -1 +0,0 @@ -3.0 (quilt) diff --git a/debian/source/options b/debian/source/options deleted file mode 100644 index bcc4bbb3..00000000 --- a/debian/source/options +++ /dev/null @@ -1 +0,0 @@ -extend-diff-ignore="\.egg-info$" \ No newline at end of file From d056a764b399ce8bf6783e7d1f2285b5724cfa0c Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 6 Mar 2018 19:26:32 -0500 Subject: [PATCH 16/16] 11.0.6 Signed-off-by: Kenneth Reitz --- pipenv/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipenv/__version__.py b/pipenv/__version__.py index d82ca4f1..ae795b52 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -4,4 +4,4 @@ # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '11.0.5' +__version__ = '11.0.6'