Skip to content

Releases: Madoshakalaka/pipenv-setup

3.2.0

22 Feb 01:02
22d04cb
Compare
Choose a tag to compare

What's Changed

Upgrade Notes

When upgrading from 3.1.4 to 3.2.0, the black and autopep8 packages will no longer be installed with this package. Most projects manage black independently from pipenv-setup; however, if your project does not specify black as a dependency, you may need to install pipenv-setup[black] (or pipenv-setup[autopep8]).

New Contributors

Full Changelog: v3.1.4...v3.2.0

3.2.0a0

29 Nov 11:46
e04bea6
Compare
Choose a tag to compare

What's Changed

Notes

This pre-release was generated pending documentation updates for the new requirements

Full Changelog: v3.1.4...v3.2.0-a0

v3.1.4

19 Nov 14:10
d3cc76f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.3...v3.1.4

v3.1.3

17 Nov 14:15
01356ae
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.2...v3.1.3

v3.1.2

07 Nov 00:15
16ee940
Compare
Choose a tag to compare

What's Changed

  • chore: Adds chardet as prod dependency by @jshwi in #76

New Contributors

  • @jshwi made their first contribution in #76

Full Changelog: v3.1.1...v3.1.2

Check Command with -l/-lockfile Feature

29 Jun 05:54
Compare
Choose a tag to compare
  • Now pipenv-setup check command has a -lockfile to check lockfiles (instead of by default Pipfile) thanks to @rusnyder
  • An issue where python typing module stops commands from running thanks to @rusnyder

Minor Bug Fix

24 Jan 23:13
f2b9a98
Compare
Choose a tag to compare

Colorama dependency corrected from ~=0.4.3 to ~=0.4

Python 3.4 support dropped

22 Jan 22:42
Compare
Choose a tag to compare

Python 3.4 has reached end of life in 2019. Support for python 3.4 is dropped now as some of our dependencies has dropped support for it.

Minor Bug Fix

23 Dec 04:36
Compare
Choose a tag to compare

allow sync to work in the absence of lockfile if --pipfile flag is supplied

v2.2.4 Bug Fixes

17 Nov 14:52
Compare
Choose a tag to compare
  • Fixed incorrect congratulation message of sync command
  • Better compatibility on python 3.4 and 3.5