Releases: Madoshakalaka/pipenv-setup
3.2.0
What's Changed
- #34: Relax black version requirements by @bryant-finney in #88
- Bump tox from 3.24.4 to 3.24.5 by @dependabot in #103
- Bump types-six from 1.16.2 to 1.16.9 by @dependabot in #106
- add pre-commit integration by @jrottenberg in #112
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
- @dependabot made their first contribution in #103
- @jrottenberg made their first contribution in #112
Full Changelog: v3.1.4...v3.2.0
3.2.0a0
What's Changed
- [#34] Relax black version requirements by @bryant-finney in #88
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
What's Changed
- #83 security updates by @bryant-finney in #84
- #72 fix: Allows checks for both underscores and dashes as equal by @jshwi in #86
- #83 more security updates by @bryant-finney in #87
Full Changelog: v3.1.3...v3.1.4
v3.1.3
What's Changed
- ci/gh actions by @jshwi in #79
- #81 Add job to publish to PyPI by @bryant-finney in #82
Full Changelog: v3.1.2...v3.1.3
v3.1.2
Check Command with -l/-lockfile Feature
Minor Bug Fix
Colorama dependency corrected from ~=0.4.3 to ~=0.4
Python 3.4 support dropped
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
allow sync
to work in the absence of lockfile if --pipfile
flag is supplied
v2.2.4 Bug Fixes
- Fixed incorrect congratulation message of
sync
command - Better compatibility on python 3.4 and 3.5